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
ive cloned your repo and will try to see whats going on here, cant see anything immediately wrong. im wondering if maybe you should set the container app to share these modules with eager:true, since its always the host and you basically want to force those singletons to come from the parent application.
Remotes not eager, host eager, remote loads shared module async only if needed, host provides shared modules upfront that it has
I'm trying to set up a basic host app which shares routing with two inner apps. I've bumped into a few snags which are probably user error:
dashboard
andmarketplace
routes leads to this error and a seeming dismount of some of the children: [DevTools Bug] Cannot remove node "612" because no matching node was found in the Store. facebook/react#23202lazy
even though I've established an async boundary.https://github.com/morleytatro/module-federation
Is there anything obviously wrong with the Webpack configs? Thanks!
The text was updated successfully, but these errors were encountered: