Warning: Extra attributes from the server: cz-shortcut-listen
1. 크롬 확장프로그램 비활성화
나는 이걸 비활성화 했더니 해결되었다.
2. Prevent hydration
Add suppressHydrationWarning={true} in the opening tag of .
Example:
<body className={inter.className} suppressHydrationWarning={true}> your code</body>
즉, SSR에서 서버와 클라이언트가 서로 다른 것을 렌더링할 때 발생하는 경고