You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
to repreduce
https://github.com/callstack/super-app-showcase
in super-app-showcase remove remotes from ModuleFederationPluginV2 of all containers and add an init in host
Reproduction
https://github.com/callstack/super-app-showcase
Used Package Manager
npm
System Info
Validations
The text was updated successfully, but these errors were encountered: