'React' must be in scope when using JSX
에러는
import React from "react"; 코드가 빠져있을때 생기는 에러이다.
import react from "react"; 로 되어있어도 에러가 난다.
'개발 > Web Programming' 카테고리의 다른 글
클론 코딩을 통해 웹개발 공부를 하며 느낀점. (0) | 2020.08.29 |
---|---|
React-helmet 이란? (0) | 2020.08.24 |
Expected an assignment or function call and instead saw an expression (0) | 2020.08.07 |
firebase not found (0) | 2020.08.06 |
[VS CODE] javascript, react에서 emmet 사용하기 (1) | 2020.08.05 |