작성
·
456
0
안녕하십니까? 열심히 따라하면서 결국 완강하게 되었습니다.
감사합니다.
그런데 다음강의(영화api사이트)를 보고서 기본 설정후 npm run dev를 실행하였더니, 하단의 에러가 나고,
'노드리액트기본편'도 동일한 메세지가 뜨고 있습니다.
로그아웃버튼 누르면 실패 메세지가 나오고 화면의 움직임이 없는 상태입니다.
어떻게 해결해야 할까요? 부탁드립니다 ㅠ
「wds」: Project is running at http://192.168.10.106/
[1] ℹ 「wds」: webpack output is served from
[1] ℹ 「wds」: Content not from webpack is served from /Users/폴더이름/Downloads/boiler-plate-ko-master/client/public
[1] ℹ 「wds」: 404s will fallback to /
[1] Starting the development server...
[1]
[1] Compiled with warnings.
[1]
[1] ./src/_reducers/user_reducer.js
[1] Line 11:13: Unreachable code no-unreachable
[1] Line 14:13: Unreachable code no-unreachable
[1] Line 17:13: Unreachable code no-unreachable
[1]
[1] ./src/hoc/auth.js
[1] Line 2:8: 'Axios' is defined but never used no-unused-vars
[1] Line 38:12: React Hook useEffect has missing dependencies: 'dispatch' and 'props.history'. Either include them or remove the dependency array react-hooks/exhaustive-deps
[1]
[1] ./src/components/views/LoginPage/LoginPage.js
[1] Line 2:8: 'Axios' is defined but never used no-unused-vars
[1]
[1] ./src/components/views/RegisterPage/RegisterPage.js
[1] Line 4:8: 'Axios' is defined but never used no-unused-vars
[1]
[1] ./src/App.js
[1] Line 6:3: 'Link' is defined but never used no-unused-vars
[1]
[1] Search for the keywords to learn more about each warning.
[1] To ignore, add // eslint-disable-next-line to the line before.
[1]
답변 1
0
현재 로그들을 보니깐 변수들이 정의가 되어있는데 그것들이 쓰이지 않아서 나오는 경고 메시지 입니다 ^^
이것들로 인해 프로그램에 문제가 생기지는 않는데요 ~
로그아웃 부분에 관해서 로그가 나오지는 않아서 파악이 쉽지는 않네요 ㅠㅠ