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.

What 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:closed
  • Created 6 years ago
  • Reactions:9
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
tannerlinsleycommented, Oct 1, 2017

Fixed

1reaction
pawarvijaycommented, Oct 29, 2017

trying to Use it with react 16 i got this error , am i missing any thing

tom-Macbook:myapp tom$ npm install react react-dom react-table --save
frontend-b2c@0.1.1 /Users/tom/myapp
├── UNMET PEER DEPENDENCY eslint-config-react-tools@^1.0.10
├── react@16.0.0
├── react-dom@16.0.0
└── react-table@6.7.4

npm WARN react-table@6.7.4 requires a peer of eslint-config-react-tools@^1.0.10 but none was installed.
tom-Macbook:myapp tom$
Read more comments on GitHub >

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

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