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
In #58, we met problem with duplicate React instances when using hooks. If ReactUI is bundled together with React than consumer meets error that duplicate React instances are found.
Problem should be solved when react and react-dom (it is not necessary, but it reduces bundle size) are marked as external in webpack configuration: https://webpack.js.org/configuration/externals/
The text was updated successfully, but these errors were encountered:
In #58, we met problem with duplicate React instances when using hooks. If ReactUI is bundled together with React than consumer meets error that duplicate React instances are found.
Problem should be solved when react and react-dom (it is not necessary, but it reduces bundle size) are marked as external in webpack configuration: https://webpack.js.org/configuration/externals/
The text was updated successfully, but these errors were encountered: