react-uwp icon indicating copy to clipboard operation
react-uwp copied to clipboard

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

Open Dafrok opened this issue 4 years ago • 0 comments

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

  • React-UWP: 1.3.3
  • React: 17.0.2
  • Browser: Any

Dafrok avatar Sep 09 '21 03:09 Dafrok