Support React 16
See original GitHub issueWhat version of React-Table are you using?
6.5.3
What bug are you experiencing, or what feature are you proposing?
If you are upgrading to the new react version (16.0.0) it will still install the peer dependency react 15.4.2. The application will crash.
You already fixed the issue in your master branch by adding "react": "^15.x.x || ^16.x.x"
in package.json
It would be great if you can release a new NPM version with this change that we can migrate to the new react version!
Thank you
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:5 (1 by maintainers)
Top Results From Across the Web
React v16.0 – React Blog
React 16 includes a completely rewritten server renderer. It's really fast. It supports streaming, so you can start sending bytes to the ...
Read more >React | endoflife.date
React is an open-source JavaScript web framework for building modern web applications. Release, Released, Active Support, Security Support ...
Read more >React 16 - Mobify DevCenter
There are a lot of big changes with React 16 that require you to upgrade certain packages as well as your code in...
Read more >Introduction · Enzyme - GitHub Pages
Are you currently using Enzyme 2.x? Great! Check out our migration guide for help moving on to Enzyme v3 where React 16 is...
Read more >React 16 performance: React 16, Next.js and Node 8.x LTS
The React 16 (fiber) has been released; long-term support for Node.js LTS has been added to version 8; and the Next.js framework for...
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
Fixed
trying to Use it with react 16 i got this error , am i missing any thing