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

React v17 has been released and is stable with no major breaking changes from v16.

Problem

Our project is currently stuck at React v16 because this package’s peer dependency to react is locked to ^16.4.2. Blocking us from upgrading out of v16. image

Expected behavior

I’m suggesting we add v17 to the peer dependencies: react: >=16.4.2 || ~17.0. So that we are able to move our projects to React 17

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:15
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
erwanrioucommented, May 21, 2021

at the end i made the migration to react-final-form that is way much better. Its a little work but it’s quite compatible and the whole everything seems faster.

0reactions
sanex3339commented, Jul 19, 2021

The PR with partial rewrite of UNSAFE methods https://github.com/redux-form/redux-form/pull/4741

need help to rewrite 4 remaining methods

Read more comments on GitHub >

github_iconTop Results From Across the Web

React v17.0 – React Blog
React 17 supports the new JSX transform. We've also backported support for it to React 16.14.0, React 15.7.0, and 0.14.10.
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 >
React 18 Upgrade Guide and New Features - Refine Dev
render() API supported in React 17; you will see this warning. Typically, we import a component and render it inside a div element...
Read more >
How to install next-js with react 17? - Stack Overflow
If you've already created the project: remove new versions: npm uninstall next react react-dom @types/react @types/react-dom.
Read more >
Atlaskit + React 17 - Atlassian Ecosystem Design
It looks like Atlaskit still prefers React 16.x and react-scripts 4.x. Is there a plan to cleanly support React 17.x?
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