We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c83d6 commit 8d0bd5bCopy full SHA for 8d0bd5b
pages/_app.js
@@ -3,9 +3,6 @@ import Root from "../src/Root";
3
import "../styles/globals.scss";
4
5
function MyApp({ Component, pageProps }) {
6
- useEffect(() => {
7
- document.querySelector("#__next")?.setAttribute?.("id", "");
8
- }, []);
9
return (
10
<Root>
11
<Component {...pageProps} />
0 commit comments