salgum1114 / react-design-editor

React Design Editor has started to developed direct manipulation of editable design tools like Powerpoint, We've developed it with reactjs, ant.design, fabricjs
https://salgum1114.github.io/react-design-editor/
MIT License
1.52k stars 422 forks source link

[Feature] Make react and react-dom to devDependencies #228

Closed paring-chan closed 1 year ago

paring-chan commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I'm getting errors when I use this module with react beta version.

Describe the solution you'd like A clear and concise description of what you want to happen. move react and react-dom to devDependencies in package.json

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. nope

Othman2001 commented 2 years ago

@pikokr why you need react and react-dom as dev dependencies ?

Othman2001 commented 2 years ago

@pikokr react and react-dom they are important packages which means you need them in the production bundle, so making them as devDependecies is not the best option at all thanks 😊