Navneet Gupta
Navneet Gupta
Thanks @webor please send codesandbox for a minimal repro.
So you want to keep the module in store, when the component that added it to store unmounted? The only scenario we support is to add it when creating the...
Thanks for working with us on this, the module should be reloaded if a new DML is mounted with same module.
I see a different issue here, Seems like store do not have state when the first module is unloading, note mapStatesToProps is failing on Unmount of the first page (In...
@RavilM I did not get time to further debug this.
Thanks @ahrnee, I did not know about the with* and learned something new today. I think this is better suited as a helper function, we can provide it as a...
Thanks @ahrnee would you mind sending a PR for documentation update?
Can you give an example of what exactly you are trying to test? Dynamic module loader just adds redux artifacts to the store. The underlying components and its tests need...
The ExampleComponent should know nothing about DynamicModuleLoader. What is the test case and asserts you expect in your test? Are you trying to test that the component is wrapped with...