Support React 17.x
See original GitHub issueHey! Thanks for such a cool library!
Currently, react-carousel
supports up to version 16.8.0
of react. It would be awesome if it would support 17.x
!
Issue Analytics
- State:
- Created 2 years ago
- Reactions:13
- Comments:10
Top Results From Across the Web
React v17.0 – React Blog
We landed the support for React 17 in React Native 0.64. As always, you can track the release discussions on the React Native...
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 | endoflife.date
React is an open-source JavaScript web framework for building modern web applications. Release, Released, Active Support, Security Support, Latest. 18.2, 6 ...
Read more >Upgrading to React 17 - Medium
We finally upgraded our app to React v17 from v16. ... This includes React components and Hooks that are only used by legacy...
Read more >react@17.0.2 - npm
Start using react in your project by running `npm i react`. There are 97688 other projects in the npm registry using react.
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 FreeTop 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
Top GitHub Comments
If your project uses React 17, an
npm install
will fail and only succeed with the--legacy-peer-deps
flag as follows:Luckily it works out of the box in React 17. Just annoying that you have to use this dangerous flag for installing it.
https://gitmemories.com/sag1v/react-elastic-carousel/issues/235