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
pragma and pragmaFrag cannot be set when runtime is automatic.
/** @jsx Didact.createElement */ const element = ( <div id="foo"> <a href="">bar</a> <b></b> </div> )
"react-scripts": "3.0.0" was OK.
The text was updated successfully, but these errors were encountered:
1/3/2022
Got it too.
Sorry, something went wrong.
8/11/2022 Got it too.
/** @jsxRuntime classic / /* @jsx Didact.createElement */
You can use this to solve the above error, it worked for me, just change jsx runtime to classic mode
No branches or pull requests
pragma and pragmaFrag cannot be set when runtime is automatic.
"react-scripts": "3.0.0" was OK.
The text was updated successfully, but these errors were encountered: