remotes initialized but is empty in other containers (federation runtime) #903
Labels
status:new
New issue, not reviewed by the team yet.
status:stale
Missing feedback or response for prolonged period of time.
type:bug
A bug report.
Describe the bug
i have called init method of federation runtime in main container(or host)
import { init } from '@module-federation/runtime';
other containers doesn't know what the remotes are initialized in main container for solving this i add a patch to @module-federation/runtime-core
dev mode working after this change
System Info
Re.Pack Version
5.0.0-rc.5
Reproduction
https://github.com/callstack/super-app-showcase
Steps to reproduce
in super-app-showcase remove remotes from ModuleFederationPluginV2 of all containers and add an init in host
The text was updated successfully, but these errors were encountered: