update-react-imports adds extra import * from React #283
Comments
|
Yeah, I've notice it does this in typescript projects if you use types like |
|
same here |
|
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When an import is defined as
(usually due to automatically added imports)
The update-react-imports codemod transforms it to
Instead of just
The text was updated successfully, but these errors were encountered: