-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cannot query field "takeshape" on type "Query" with Gatsby version - 4.x #34
Comments
https://www.gatsbyjs.com/docs/reference/release-notes/migrating-source-plugin-from-v3-to-v4/ This may be the cause of the errors. |
This is not a solution to the problem, but if your project is on 4.x Gatsby and you need to use TakeShape, you can temporarily replace their plugin with this one:
gatsby-config.js
|
@necheporenko thanks for providing that info. I would recommend using |
@mshick is there a ballpark timeframe for this rewrite? The |
Errors
warn Plugin gatsby-source-takeshape is not compatible with your gatsby version 4.4.0 - It requires gatsby@^2.24.47
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: