Storybooks should be able to render pre-fetched static data.
Workaround
At present we can only write stories for components that do not use the useStaticQuery hook (i.e. presentational components). That's pretty much fine, because for whole pages we can simply use the gatsby develop server anyhow.
Bug report
What is the current behavior?
As described here - watch that page for details.
What is the expected behavior?
Storybooks should be able to render pre-fetched static data.
Workaround
At present we can only write stories for components that do not use the
useStaticQuery
hook (i.e. presentational components). That's pretty much fine, because for whole pages we can simply use the gatsby develop server anyhow.