profile
아늑한 뇌공간 🧠
post-thumbnail

리액트 리덕스 에러해결 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 reducer, you can use null instead of undefined.

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

2021년 7월 5일
·
0개의 댓글
·
post-thumbnail

React Next.js 사용하면서 콘솔 에러 해결하기

위 코드처럼 export default class MyDocument extends Document { 로 작성하게 되면 아래와같은 오류가 나타난다.next에서 다른 파일들은 몰라도 \_document 파일만은 hook 함수를 사용하지 못한다고한다.터미널창에 이런 거슬

2021년 6월 20일
·
0개의 댓글
·
post-thumbnail

Objects are not valid as a React child 에러 해결하기

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

2021년 5월 3일
·
0개의 댓글
·
post-thumbnail

`create-react-app` 4.0.2, which is behind the latest release (4.0.3). 해결하는 방법

create-react-app 시 에러 발생해결방법npm uninstall -g create-react-app 실행npm add create-react-app 실행npx create-react-app myapp 실행

2021년 5월 3일
·
0개의 댓글
·