Support for react version 17.0.1
See original GitHub issueDescribe the bug Unable to install react-bootstrap-table-next on the latest create-react-app which uses react 17.0.1:
To Reproduce Steps to reproduce the behavior:
- npx create-react-app example
- cd example
- npm install react-bootstrap-table-next --save
- See error:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: example@0.1.0
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR! react@"^17.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.3.0" from react-bootstrap-table-next@4.0.3
npm ERR! node_modules/react-bootstrap-table-next
npm ERR! react-bootstrap-table-next@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:23
- Comments:9
Top Results From Across the Web
Versions - React
React Versions. A complete release history for React is available on GitHub. Changelogs for recent releases can also be found below. ... 17.0.1....
Read more >17.0.1 - react - npm
React is a JavaScript library for building user interfaces.. Latest version: 18.2.0, last published: 6 months ago. Start using react in your ...
Read more >How to set React version to react@17 when i use npx create ...
I create a cra templte, but it does not work with react@18 yet, how to set the defautl react version to react@17?
Read more >React - Error while updating from 17.0.1 to 17.0.2 [duplicate]
I don't understand, why 17.0.0 should be working, but 17.0.2 not. Thanks for your help. reactjs.
Read more >How to downgrade from react 18 to 17.0.2 - DEV Community
1" is not downgraded. I think to fully support react17, this should be of version 12 not 13. Do you know how to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@AllenFang can you please update the react version?
any news about the update of react version?