-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Error: pragma and pragmaFrag cannot be set when runtime is automatic #1579
Comments
I found this Gatsby issue that mentioned (as a workaround for a different but similar error) locking Gatsby to v2.24.51 and that avoided this issue for me. Maybe the real fix is in that thread somewhere? |
It's the same for me. |
1 similar comment
It's the same for me. |
There's a thread over at system-ui with the same issue and setting |
In my case, I'm trying to raise the project from scratch and I'm not adding any configuration file like .babelrc |
While we're waiting for a fix, I was able to get my project building again after upgrading to React 17.0.0 by adding this to my
|
This should hopefully fix the failing deployment of the documentation site doczjs/docz#1579
I just reran my netlify deploy with a cleared cache today (without any changes being made) and it's passing now. Not sure if anything downstream has changed or if anyone else has seen success? |
Bug Report
Describe the bug
After creating a new project with
yarn create docz-app my-docz-app --example typescript
and then runningyarn dev
, the process crushes afterrun page queries
with the following errors:To Reproduce
yarn create docz-app my-docz-app --example typescript
cd my-docz-app
yarn dev
Expected behavior
Expect gatsby dev process to finish without errors
Environment
The text was updated successfully, but these errors were encountered: