rodal icon indicating copy to clipboard operation
rodal copied to clipboard

Install problem with react versions

Open sarahk opened this issue 2 years ago • 3 comments

New to react so there may be an easy workaround

npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"17.0.2" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@">= ^16.0.0" from [email protected]
npm ERR! node_modules/rodal
npm ERR!   rodal@"*" from the root project

sarahk avatar Apr 09 '22 08:04 sarahk

i have the same issue

desunbera avatar Apr 20 '22 11:04 desunbera

@chenjiahan any support for current react versions planned? Material UI 5 can't run on React 16 peer dependency, so this blocks other libraries from being used with Rodal.

Or would it be a challenge upgrading to React 17 | 18?

evbo avatar May 25 '22 15:05 evbo

Same issue with react v18.0.0 on Next.js

namipsg avatar Jun 11 '22 10:06 namipsg

same issue on Next.js

brezhitskiy42 avatar Sep 06 '22 10:09 brezhitskiy42

Fixed in v2.0.0.

chenjiahan avatar Sep 06 '22 11:09 chenjiahan