diff --git a/src/core/mount.js b/src/core/mount.js index da3ba5a26..7be08f07b 100644 --- a/src/core/mount.js +++ b/src/core/mount.js @@ -1,4 +1,4 @@ -import { createRoot } from "react-dom"; +import { createRoot } from "react-dom/client"; import { createElement } from "react"; import { withErrorBoundary } from "react-error-boundary"; import { setToken } from "./token";