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 React 17; update peerDependencies

See original GitHub issue

I would like to upgrade my project to React 17 but this dependency lists peerDependencies of React 16. Peer Dependencies should be updated to be React 16 || React 17. It doesn’t look like any of your code uses deprecated APIs, so it should all just work in React 17 as well.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
cWillowcommented, May 5, 2022

Any plan to publish a new version now the fix for this is merged?

3reactions
lukasa1993commented, Jan 13, 2022

any love for this ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Widen peer dependency range to include React 17 · Issue #814
You can use React 16 or React 17 with even the latest version of Next.js. See its peer dependencies. It's up to you...
Read more >
npm Peer Dependencies - Fathom
Towards a deeper understanding of peer dependencies in npm. ... with React 17 and is optimistically expected to work with future minor updates...
Read more >
How can I get React styleguidist to install correctly and get ...
The issue is caused by npm 7's exciting new feature that automatically installs peer dependencies. This results in both React 16 ...
Read more >
You must install peer dependencies warning during npm install
My company's code base runs on node 14.x. Whenever I try to install and build, I get these peer dependency warnings. My main...
Read more >
you must install peer dependencies yourself Code Example
npm WARN codelyzer@6.0.1 requires a peer of tslint@^5.0.0 || ^6.0.0 but none is installed. You must install peer dependencies yourself. typescript by devops ......
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