Replies: 1 comment 1 reply
-
You could try the new instructions here: #31653 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello i have the following problem. I use lerna for monorepo, in which I have 2 packages - gatsby applications and component library (storybook). The components from the storybook are imported into the gatsby application. I wonder if there is any option to execute a graphql query from the component so that the data can be retrieved? At this moment he receives a message
The result of this StaticQuery could not be fetched.
This is likely a bug in Gatsby and if refreshing the page does not fix it, please open an issue in https://github.com/gatsbyjs/gatsby/issues
I read the solutions in this thread: #26099 unfortunately nothing works for me.
My settings
main.js
and I run the storybook like this:
I want to fetch the data in the following way:
Do you have any solution to this problem? Or will it be difficult or impossible?
Beta Was this translation helpful? Give feedback.
All reactions