C# Programming Tutorial(8920128728)
Sunday, 28 August 2022
'React' must be in scope when using JSX react/react-in-jsx-scope?
The import line should be:
import
React
, {
Component
}
from
'react'
;
Note the uppercase R for React.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment