Forgetting to import React when using JSX (React 17+ solves this)
Forgetting to Import React in JSX The Classic Error Before React 17, you’d encounter this error when forgetting to import React: React 17+ Automatic Runtime Good news: Since React 17….