미해결
따라하며 배우는 노드, 리액트 시리즈 - 기본 강의
Unexpected default export of anonymous function
아래와 같은 경고가 나타나서 질문드립니다.
선생님의 수업을 그대로 따라가고, 코드에도 오타가 없어 보이는데, React Hook를 활용하게 되면서 anonymous function을 쓰지 못해서,
return또한 불가능해지고, 이것이 Auth & user_reducer.js에서 모두 나타나는 거 같은데,
무엇이 문제인지 도통모르겠습니다. 대부분의 것을 본인이 찾아서 해결해야하는 것이 개발자 강호의 도리인줄 알지만,
찾아도 답이 나오지 않아 질문 드립니다.
항상 감사드립니다.
Compiled with warnings.
[1]
[1] src/_reducers/user_reducer.js
[1] Line 7:1: Unexpected default export of anonymous function import/no-anonymous-default-export
[1] Line 12:13: Unreachable code no-unreachable
[1] Line 15:13: Unreachable code no-unreachable
[1] Line 18:13: Unreachable code no-unreachable
[1]
[1] src/hoc/auth.js
[1] Line 6:1: Unexpected default export of anonymous function import/no-anonymous-default-export
[1] Line 33:12: React Hook useEffect has missing dependencies: 'dispatch' and 'props.history'. Either include them or remove the dependency array react-hooks/exhaustive-deps
혹시 몰라 깃허브 링크도 첨부드립니다. (https://github.com/jihyeonmun/Nodejs/tree/master/BoilerPlate/Code)
P.s.
이 질문을 보시는 학생분들에게, 혹시나 도움이 되실까 싶어 마크다운 필기본도 공유드립니다. 설정 및 설치(https://github.com/jihyeonmun/Nodejs/tree/master/BoilerPlate/DownloadSetting)
세부 기능(https://github.com/jihyeonmun/Nodejs/tree/master/BoilerPlate/Functions)
리액트 부분(https://github.com/jihyeonmun/Nodejs/tree/master/BoilerPlate/React)