Galooshi / import-js

A tool to simplify importing JS modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto import React in TSX files

madox2 opened this issue · comments

At first thanks for this awesome tool!

Is it possible to automatically import React in typescript files that contain JSX? (in javascript it works perfect)

Closing this issue as React 17 and higher no more require React to be imported. https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html