Memento-Makers / Emopic-FE

📸
https://emopic.vercel.app
MIT License
0 stars 1 forks source link

[Bug] client 컴포넌트가 서버 사이드 렌더링으로 렌더링되는 오류 #52

Closed punchdrunkard closed 1 year ago

punchdrunkard commented 1 year ago

요약

상황 (재현방법)

  1. 어디에서 '...'
  2. 어떤 행동을 했더니 '....'
  3. 에러가 발생했다.

스크린샷

가능하면 첨부해주세요

image

기타

Add any other context about the problem here. ex) 참고할 만한 자료

https://www.reddit.com/r/nextjs/comments/1063xhw/use_client_not_working_as_expected/

비슷한 에러를 찾아보니, export 방식에 문제가 있는 것 같기도 하다. 문제가 생기는 컴포넌트들에 한해서 default export 를 사용해봐야 곘다.

punchdrunkard commented 1 year ago