Next.js에서 window를 참조하지 못하는 오류
Next.js에서 첫 렌더링 과정에서는 window나 document 전역객체가 존재하지 않는다고 함
useEffect안에 넣어주면 해결
참고 https://handhand.tistory.com/272