cinemataztic / cine-ui

0 stars 0 forks source link

Exclude React and React-dom from the npm package #15

Closed pixochi closed 2 years ago

pixochi commented 2 years ago

react and react-dom have to be exluded from the bundled cine-ui npm package. Otherwise the project using cine-ui might install 2 different versions of react and react-dom, which makes the project crash.

This PR

I tested cine-ui manually with storybook and in the tradedesk project, everything still works.