DEV Community

Discussion on: React.js Frequently Faced Problems

Collapse
 
zhaozhiming profile image
zhaozhiming

I used to make such a mistake: import react from 'react';
In this sentence the first react must be React but I often forgot it.