본문 바로가기
Programming/React

'React' must be in scope when using JSX react/react-in-jsx-scope 해결법

by castberry_ 2023. 5. 7.
반응형

'React' must be in scope when using JSX react/react-in-jsx-scope 오류 

위와 같은 'React' must be in scope when using JSX react/react-in-jsx-scope 오류는 

'JSX'를 사용할 때 React가 import되어있지않아 발생하는 오류이다.

 

해결법

 

import React from 'react';

React를 import하면 오류가 사라진다. 

 

 

반응형

'Programming > React' 카테고리의 다른 글

[React] 리액트 개발 팁 / 정리 모음집  (1) 2023.06.03

댓글