nextjs styled-component ssr 에러
모든 분들이 격어보셨을 에러에 대해 해결이 되지 않아 질문 드려봅니다.
아래 참고를 통해 nextjs ssr에서 styled-component가 적용되게 시도했습니다
(현재 app router 방식을 사용하고 있습니다)
하지만 동일하게 했을 때 여전히 아래와 같은 오류가 떴습니다.
babel, swc 둘 다 시도 했을 때 동일 했고 혹시 제가 놓지고 있는 부분이 있을까요?
4번까지 진행했습니다.
nextjs styled-component typescript
오류 : Error: createContext only works in Client Components. Add the "use client" directive at the top of the file to use it. Read more: https://nextjs.org/docs/messages/context-in-server-component
참고 : https://dev.to/rashidshamloo/using-styled-components-with-nextjs-v13-typescript-2l6m#5
#nextjs
#styled-component
#ssr