Error: Reducer "user" returned undefined during initialization. If the state passed to the reducened. If you don't want to set a value for this reduce
위 코드처럼 export default class MyDocument extends Document { 로 작성하게 되면 아래와같은 오류가 나타난다.next에서 다른 파일들은 몰라도 \_document 파일만은 hook 함수를 사용하지 못한다고한다.터미널창에 이런 거슬
Unhandled Runtime ErrorError: Objects are not valid as a React child (found: object with keys {}). If you meant to render a collection of children, us
create-react-app 시 에러 발생해결방법npm uninstall -g create-react-app 실행npm add create-react-app 실행npx create-react-app myapp 실행