We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, if Flow used with Vue or any other not-React JSX, we're forced to enter @jsx MyJSX within each file.
@jsx MyJSX
It would be so much better to have .flowconfig option to configure it for the whole project.
.flowconfig
Search keywords: jsx, global
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently, if Flow used with Vue or any other not-React JSX, we're forced to enter
@jsx MyJSX
within each file.It would be so much better to have
.flowconfig
option to configure it for the whole project.Search keywords: jsx, global
The text was updated successfully, but these errors were encountered: