We no longer need to import React from "react". Starting from the release 17 of React, JSX is automatically transformed without using React.createElement. https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html
We no longer need to import React from "react". Starting from the release 17 of React, JSX is automatically transformed without using React.createElement. https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html