728x90 window1 [Next.js] next build 시 window is not defined 에러 해결하기 컴포넌트에서 window 객체를 사용하지 않는 경우 리뷰를 등록하고 수정하는 역할을 하는 라는 컴포넌트에서는 window 객체를 사용하지 않는데 Error occurred prerendering page "/detail/components/ModalReviewAdd". Read more: https://nextjs.org/docs/messages/prerender-error ReferenceError: window is not defined 이런 build 에러가 발생했다. 도저히 어디서 잘못된 건지 감이 잡히지 않아 한참을 헤맸던 것 같다... 결국 여러 번의 시도 끝에 해결한 코드는 다음과 같다. import React, {useEffect, useState} from "react" interface.. 2023. 5. 21. 이전 1 다음 728x90