Galooshi / import-js

A tool to simplify importing JS modules
MIT License
526 stars 70 forks source link

Auto import React in TSX files #528

Closed madox2 closed 2 years ago

madox2 commented 5 years ago

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)

madox2 commented 2 years ago

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