salgum1114/react-design-editor

[Feature] Make react and react-dom to devDependencies

Closed this issue · 2 comments

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

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

@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 😊