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
It's probably easily resolved by removing the default behaviour and just keeping the StrictMode mode, essentially removing the strictMode prop too. At least within StrictMode and letting the modules know about it we don't see this warning.
The text was updated successfully, but these errors were encountered:
Due to the recent React 16.13 update, the default behaviour of DynamicModules leads to a warning.
It's probably easily resolved by removing the default behaviour and just keeping the StrictMode mode, essentially removing the
strictMode
prop too. At least within StrictMode and letting the modules know about it we don't see this warning.The text was updated successfully, but these errors were encountered: