Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React 18 Warning: You are importing hydrateRoot from "react-dom" [...] You should instead import it from "react-dom/client" #1441

Closed
gastonmorixe opened this issue Apr 10, 2022 · 6 comments · Fixed by #1460

Comments

@gastonmorixe
Copy link

gastonmorixe commented Apr 10, 2022

Warning: You are importing hydrateRoot from "react-dom" which is not supported.
You should instead import it from "react-dom/client".

import ReactDOM from 'react-dom';

@justin808
Copy link
Member

Hi @gastonmorixe, Ari Summer is working on this as well.

We can chat at the Slack Discusssion.

@summera
Copy link

summera commented Apr 23, 2022

I took a stab at fixing this in #1448

@smeijer
Copy link

smeijer commented May 19, 2022

Is there a status update for this?

@justin808
Copy link
Member

I'll soon be trying to do some upgrades.

@justin808
Copy link
Member

@gastonmorixe @summera @smeijer Completed! I'll ship an updated version soon!

@smeijer
Copy link

smeijer commented Jul 7, 2022

Thanks! Appreciate the ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment