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
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: