myxvisual / react-uwp

📱⌨ React Components that Implement Microsoft's UWP Design & Fluent Design.
https://react-uwp.com
MIT License
1.18k stars 78 forks source link

Got a conflict error with react@>=17.0.0 while installing #129

Open Dafrok opened 2 years ago

Dafrok commented 2 years ago

Problem description

I can't intall this package while using react@>=17.0.0

Link to minimal working code that reproduces the issue

mkdir foo
cd foo
npm init
npm i --save react@>=17.0.0
npm i react-uwp # This do will throw an error

Versions