728x90 프로젝트 기록10 [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. [CINEMATE] 실시간 인기 순위 영화 넘버링 구현하기 (ft. React + SCSS) 프로젝트 정보 : https://github.com/MovieApplication/cinemate Tool : React + TypeScript + Next.js + SASS(SCSS) GitHub - MovieApplication/cinemate Contribute to MovieApplication/cinemate development by creating an account on GitHub. github.com 여러 OTT 플랫폼에서 실시간 인기 순위 넘버링을 구현한 경우를 많이 접할 수 있었다. 지금 진행하고 있는 프로젝트에도 실시간 인기 순위 영화 데이터를 제공하므로 직접 구현해보면 좋을 것 같았다. 구현한 화면 미리보기 첫 시도 (따라하지 마세요😭) { props.listItem.item.m.. 2023. 5. 14. 이전 1 2 3 다음 728x90