v3.5.0 with support for React StrictMode
- We now support React StrictMode. If you render DynamicModuleLoader within a React.StrictMode component, make sure to supply the strictMode={true} prop. Note that DynamicModuleLoader will render twice because it now adds the modules after mount.
- We also fixed an error where modules where not unloaded in reverse order of add.
- Other various bug fixes.
Note: This is the first time we are trying to add release notes using Publish Release, fingers crossed everything goes well :).