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.

Hi! I like to use your library, but it does not work with React 18.

npx create-react-app my-app
cd my-app
npm i @eo-locale/react --save

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
ruslanchekcommented, Apr 29, 2022

Hi! Thank you! I’ve planned to upgrade it to React 18 today

0reactions
cubuculcommented, May 29, 2022

@pret-a-porter beta 1 installed without error, but app compile with problem:

ERROR in ./node_modules/@eo-locale/react/lib/index.js 3:0-64

Module not found: Error: Package path ./server.js is not exported from package /my-app/node_modules/react-dom (see exports field in /my-app/node_modules/react-dom/package.json)
Read more comments on GitHub >

github_iconTop Results From Across the Web

React v18.0 – React Blog
Many of the features in React 18 are built on top of our new concurrent renderer, a behind-the-scenes change that unlocks powerful new ......
Read more >
React 18 New Features – Concurrent Rendering, Automatic ...
React 18 introduces automatic batching which allows all state updates – even within promises, setTimeouts, and event callbacks – to be batched.
Read more >
React 18: A Guide to Its New Features and Updates
Many of the new features in React 18 are based on the new concurrent renderer, which is a behind-the-scenes upgrade that unleashes powerful...
Read more >
React 18 - What's New, What Changed & Upgrade Guide
React 18 was released and since it's a new major version, the big questions is: What changed?Indeed, React 18 lays a solid foundation...
Read more >
What's New in React 18: Guiding to React 18 New Features
React 18 New Features · 1. Concurrent React · 2. Improvement in Automatic Batching · 3. New Start Transition API to Keep Your...
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