question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for react version 17.0.1

See original GitHub issue

Describe 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:

  1. npx create-react-app example
  2. cd example
  3. npm install react-bootstrap-table-next --save
  4. 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:open
  • Created 3 years ago
  • Reactions:23
  • Comments:9

github_iconTop GitHub Comments

6reactions
pavanshinde81commented, Feb 4, 2022

@AllenFang can you please update the react version?

4reactions
mmelillicommented, Mar 24, 2022

any news about the update of react version?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found