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 for React 18.0

See original GitHub issue

The 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:closed
  • Created a year ago
  • Reactions:4
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
jakezateckycommented, May 23, 2022

@tbjerknes Unfortunately, yes. Do not expect compatibility for a while.

1reaction
jakezateckycommented, Sep 6, 2022

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.

Read more comments on GitHub >

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

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