Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the json to delete the react import that is not longer necessary #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luislealdev
Copy link

Hey! I love the extension but I noticed that it is not up to date, with the new versions of react, JSX can be used without importing it. So it generates unnecessary lines of code, I hope to contribute ;)

There is more information in
https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html

If there is something that you think should stay the same, tell me and I can return it to its original.
Regards and Thank you

@tmerlet
Copy link

tmerlet commented Feb 22, 2023

so this shouldn't be necessary. If people are using React 16, they still need the import statement, therefore it shouldn't be removed. There's an option to turn off the import React from 'react, however this option is not currently working I don't think, (hence I raised this ticket): #288

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants