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