// FIXME add LoadingComponent logic to show old module for X ms (to prevent flash of content) and then show a loading component till the new module is loaded
180
180
// FIXME handle case when module id changes while resolving a module
181
-
this.resolveModule();
181
+
this.resolveModule(nextProps);
182
182
}
183
183
}
184
184
@@ -207,7 +207,7 @@ function asyncComponent(config) {
207
207
// to the component, this will be our signal to know that we need to
0 commit comments