Static query loads forever when inside a fragment <></> #10016
Labels
help wanted
Issue with a clear description that the community can help with.
status: confirmed
Issue with steps to reproduce the bug that’s been verified by at least one reviewer.
type: bug
An issue or pull request relating to a bug in Gatsby
I've seen this on a couple projects now since I use the fragment syntax pretty often. Each time I do it I forget that the fragment is causing the issue but once I delete it or even replace it with a div the static query loads.
I don't have a demo repo to show and it's a fairly minor bug but it should be easy to reproduce.
These work:
This doesn't work and results in the Static query loading message:
The text was updated successfully, but these errors were encountered: