Support for React 18.0
See original GitHub issueThe current dependency on react supports react@"^15.3.0 || ^16.0.0 || ^17.0.0"
. React 18.0.0 was released on March 29, 2022, and that version should be added to the set of supported versions to allow installing this package with the new React version.
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:7 (3 by maintainers)
Top Results From Across the Web
React v18.0 – React Blog
In React 18, we've added support for Suspense on the server and expanded its capabilities using concurrent rendering features.
Read more >Upgrading to React 18 with TypeScript - LogRocket Blog
The upgrade of the React type definitions to support React 18 involved some significant breaking changes that developers should know about.
Read more >Support for React 18 · Issue #22241 · microsoft/fluentui - GitHub
Support for React 18 within Fluent UI v8 and v9 have been merged via #22592. On next release you will be able to...
Read more >React 18 & React Native
tl;dr: The first version of React Native compatible with React 18 is 0.69.0. In order to use the new features in React 18...
Read more >React 18 Upgrade Guide and New Features - Refine Dev
The React community has also dropped support for Internet Explorer which means that only browser feature up until React 17 will work on...
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
@tbjerknes Unfortunately, yes. Do not expect compatibility for a while.
Added React 18 to the peer dependency list in v1.8.0.
From surface level testing, React 18 appears to works fine. However, due to Enzyme not supporting React 18, the automated tests do not cover it. Replacing Enzyme with React Testing Library is an arduous affair that I don’t have the stamina for just yet. Therefore, I decided to just create a new release with tentative support for React 18.