Skip to content

Commit 8d0bd5b

Browse files
Revert removing the __next id (#41)
* added violations for 12 rules * revert removing next keyword
1 parent 50c83d6 commit 8d0bd5b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pages/_app.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import Root from "../src/Root";
33
import "../styles/globals.scss";
44

55
function MyApp({ Component, pageProps }) {
6-
useEffect(() => {
7-
document.querySelector("#__next")?.setAttribute?.("id", "");
8-
}, []);
96
return (
107
<Root>
118
<Component {...pageProps} />

0 commit comments

Comments
 (0)