seek-oss / playroom

Design with JSX, powered by your own component library.
MIT License
4.45k stars 183 forks source link

Support React 17 #219

Closed IronSean closed 3 years ago

IronSean commented 3 years ago

I get dependency issues when I have React 17 as a peer dependency and attempt to install playroom:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: MY_LIBRARY
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR!   dev react@"^17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8" from playroom@0.23.0
npm ERR! node_modules/playroom
npm ERR!   playroom@"*" from the root project