DEV Community

Discussion on: Setting up React Project from Scratch

Collapse
 
rossanodan profile image
Rossano D'Angelo • Edited

Hey man, amazing article!

I just noticed this error in the console (see below).
Error

Just add

import React from 'react;

at the top of your index.js file.

Collapse
 
raviojha profile image
Ravi Ojha

Hey Ross, Thanks for the tip
I have update the post.