import { hydrateRoot } from "react-dom/client"; import App from "./App"; hydrateRoot(document.getElementById("root"), ); globalThis.__TEST__ = true;