-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
Milestone
Description
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/