Created by: KrishnenduDG
While Creating a New App using cra, I noticed that while running the 'npm start' after the app is created, the Following error is logged in the console: • 'React' must be in scope when using JSX
But after importing React in this App.js file, the issue got fixed.
So, I added that in the create-react-app/packages/cra-template/template/src/App.js.
Thank You :)