728x90
Compiled with problems:X
ERROR
[eslint] src\Components\UseRefComponent2.js
Line 4:29: 'useState' is not defined no-undef
Line 5:20: 'useRef' is not defined no-undef
Search for the keywords to learn more about each error.
Line 4:29: 'useState' is not defined no-undef
Line 5:20: 'useRef' is not defined no-undef
Search for the keywords to learn more about each error.
에러화면
해결방법
컴포넌트 파일에서,
import 부분에 { useState, useRef } 가 빠져 있진 않은지 검사한다.
728x90
반응형
'STUDY (My Job) > 에러사항' 카테고리의 다른 글
20221206 _ 에러 lowercase uppercase (0) | 2022.12.06 |
---|---|
에러잡는법 (0) | 2022.12.06 |
20221202 _에러 reportWebVitals (0) | 2022.12.02 |
20221202 _ 모듈 에러 - import 이름 지정 (0) | 2022.12.02 |
20221201_Can't resolve 'react-icons/io' (0) | 2022.12.01 |
댓글