Replies: 1 comment
-
Still desperate for an answer on this one |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
This warning will appear if you have placed a query in a non-page component, where Gatsby is trying to be helpful and flag it. How do I overcome the following scenario.
Data is sourced remotely, if there are some
foo
objects then usecreatePage
to create some pages:If no
foo
objects exist, then Gatsby is flagging it. However I consider it perfectly acceptable for them not to exist.Beta Was this translation helpful? Give feedback.
All reactions