DEV Community

john
john

Posted on

1 1

What is React must be in scope??

what is the use of import React from 'react'

Every React component is compiled into React.createElement('tagName',{props},value)
if React is not imported then it will show an error 'React must be in scope'

Top comments (1)

Collapse
 
johnbabu021 profile image
john

Sorry i forget to mention about Eslint
Thanks for the comment

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay