인프런 커뮤니티 질문&답변
계속 오류가 납니다 4. WrappedApp created new store with withRedux(NodeBird) { initialState: undefined, initialStateFromGSPorGSSR: undefined }
작성
·
2K
1
4. WrappedApp created new store with withRedux(NodeBird) { initialState: undefined, initialStateFromGSPorGSSR: undefined }
계속이런 오류가 나요 회원가입 페이지는 나오는데 아이디 비밀번호를 입력하고 로그인을 누르면 페이지가 이동되지 않고 그대로 나옵니다.
configureStore에
mport { createWrapper } from "next-redux-wrapper";
추가 했구요
next-redux-wrapper 버전도 6.0.2 입니다
퀴즈
리덕스의 주요 목적은 무엇인가요?
React 컴포넌트 라이프사이클 관리
서버와의 비동기 통신 최적화
애플리케이션 상태 중앙 집중 관리
UI 렌더링 성능 향상
답변 3
0
0
0
제로초(조현영)
지식공유자
4. WrappedApp created new store with withRedux(NodeBird) { initialState: undefined, initialStateFromGSPorGSSR: undefined }
이건 오류가 아니라 그냥 console.log한 메시지입니다. 콘솔 탭에 빨간 오류는 없나요? 어딘가에 오타가 났을텐데 코드를 보지 않으면 파악하기 어렵습니다. 최후의 수단으로는 제 깃헙 ch3 코드를 clone받으시는 것도 있습니다.




