Gatsby GraphQL Error #28462
-
I have been trying to source content through Graphql for a store site, and source the data into a component. I have been getting this error when I go to the site on localhost: Unless your site has a complex or custom babel/Gatsby configuration this is likely a bug in Gatsby. They only babel configuration I have done is downgrade babel-remove-graphql-queries, but after I deleted node_modules well as deleting package-lock.json, it doesn't change. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hi. That error means that |
Beta Was this translation helpful? Give feedback.
-
I didn't really fix it, just migrates the code. :( Oh, well. Didn't have much in there anyway. |
Beta Was this translation helpful? Give feedback.
Hi. That error means that
babel-remove-graphql-queries
isn't being run. Why did you downgrade it?