Breaking after update to React 18
See original GitHub issueHey 👋
We are trying to update our app to use React 18, but it looks like tippyjs-react is not really happy about this 😃
We can see the error in the console (one of the most hated errors in React in my opinion) 😄
Any ideas about what it could be?

Issue Analytics
- State:
- Created a year ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
How to Upgrade to React 18
If your app doesn't work after upgrading, check whether it's wrapped in <StrictMode> . Strict Mode has gotten stricter in React 18, ...
Read more >React 18 - What Changes Does It Bring And How Will They ...
There are few breaking changes that will make developers shed tears of happiness. React 18 drops support for Internet Explorer 11, even before...
Read more >Why React 18 Broke Your App - CoderPad
React 18's internal changes improved a lot, but may have broken your app in the process. Here's why and how you can fix...
Read more >Upgrade to react 18 — Issues and resolution - Dev Genius
React 18 is out and most of you would want to upgrade to React 18 to take advantage of performance improvements through automatic...
Read more >React 18 Upgrade Guide and New Features - Refine Dev
The creation of React 18 introduced concurrent rendering in React applications. React has been taking care of DOM rendering and giving ...
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 Free
Top 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

Still it would be good to keep support as not everyone has a luxury to migrate everything all the time. I’ll reserve some time today.
@atomiks do you know of any resource for understanding what changes would need to be made to transition to Floating-UI? Or is it so different that all the code that relies on Tippy will just need to be rewritten?
Thank you for your fantastic work over many years!