birkir / gatsby-source-prismic-graphql

Gatsby source plugin for Prismic GraphQL
MIT License
137 stars 75 forks source link

Query not firing on Gatsby Link #145

Open grantmac opened 4 years ago

grantmac commented 4 years ago

When directly loading a page the Query is fired and the data is loaded into the component. When directing to a page Via a Gatsby Link component the URL changes but the GraphQL Query isn't fired.

Any idea why this may be?