인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

인프런 커뮤니티 질문&답변

ballde님의 프로필 이미지
ballde

작성한 질문수

[리뉴얼] React로 NodeBird SNS 만들기

액션과 상태 정리하기

ReferenceError: data is not defined

작성

·

2.1K

0

질문이 있습니다... compiled successfully는 되는데

ReferenceError: data is not defined

    at Module../reducers/post.js (C:\Users\tnswh\sunjo\zerocho-react-nodebird\front\.next\server\pages\_app.js:299:3)

    at __webpack_require__ (C:\Users\tnswh\sunjo\zerocho-react-nodebird\front\.next\server\pages\_app.js:23:31)

    at Module../reducers/index.js (C:\Users\tnswh\sunjo\zerocho-react-nodebird\front\.next\server\pages\_app.js:190:63)

    at __webpack_require__ (C:\Users\tnswh\sunjo\zerocho-react-nodebird\front\.next\server\pages\_app.js:23:31)

    at Module../store/configureStore.js (C:\Users\tnswh\sunjo\zerocho-react-nodebird\front\.next\server\pages\_app.js:808:67)      

    at __webpack_require__ (C:\Users\tnswh\sunjo\zerocho-react-nodebird\front\.next\server\pages\_app.js:23:31)

    at Module../pages/_app.js (C:\Users\tnswh\sunjo\zerocho-react-nodebird\front\.next\server\pages\_app.js:124:79)

    at __webpack_require__ (C:\Users\tnswh\sunjo\zerocho-react-nodebird\front\.next\server\pages\_app.js:23:31)

    at Object.0 (C:\Users\tnswh\sunjo\zerocho-react-nodebird\front\.next\server\pages\_app.js:849:18)

    at __webpack_require__ (C:\Users\tnswh\sunjo\zerocho-react-nodebird\front\.next\server\pages\_app.js:23:31)

이런 오류가 뜨네요... 도와주세요ㅠ

답변 3

0

제로초(조현영)님의 프로필 이미지
제로초(조현영)
지식공유자

아 에러 위치가 reducers/post.js이네요.

0

ballde님의 프로필 이미지
ballde
질문자

근데 data라는 변수 자체를 쓰지 않았는데 이러네요..ㅠ

Internal Server Error 웹페이지에 이런게 뜨네요..

0

제로초(조현영)님의 프로필 이미지
제로초(조현영)
지식공유자

_app.js에서 data라는 변수를 선언하지 않고 쓰신 것 같네요.

ballde님의 프로필 이미지
ballde

작성한 질문수

질문하기