Open nikitr opened 2 years ago
can we update the react dependencies in the package.json to remove these warnings?
warning " > react-resource-router@0.20.0" has incorrect peer dependency "react@^16.8.0". warning " > react-resource-router@0.20.0" has incorrect peer dependency "react-dom@^16.8.0".
for context, our project is on react 17. would we be able to add
"peerDependencies": { "react": "^16.8 || ^17.0", "react-dom": "^16.8 || ^17.0", },
Let's include 18 as well. Not sure if React 17 is really used anywhere around - it was quite a temporal version.
ok thanks @theKashey what will the timeline look like on updating this peer dependency?
can we update the react dependencies in the package.json to remove these warnings?
warning " > react-resource-router@0.20.0" has incorrect peer dependency "react@^16.8.0". warning " > react-resource-router@0.20.0" has incorrect peer dependency "react-dom@^16.8.0".
for context, our project is on react 17. would we be able to add