We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
다음과 같은 에러 뜨면서 build 안됨
The text was updated successfully, but these errors were encountered:
#3 Fix: localStorage 에러 해결
0bc3432
Next.js는 CSR전에 SSR을 수행한다. Server-side 에선 Client-side에 존재하는 window 객체를 사용할 수 없다.
if(typeof window !== 'undefined'){}
다음 조건문을 달아 server-side에서 window 객체를 호출하지 못하도록 해 해결한다.
Sorry, something went wrong.
No branches or pull requests
다음과 같은 에러 뜨면서 build 안됨
The text was updated successfully, but these errors were encountered: