Skip to content

v3.5.0 with support for React StrictMode

Compare
Choose a tag to compare
@navneet-g navneet-g released this 27 Mar 21:55
· 90 commits to master since this release
  1. 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.
  2. We also fixed an error where modules where not unloaded in reverse order of add.
  3. 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 :).