You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, having this plugin installed breaks Gatsby's incremental updates.
The fastest fix until you have time/resources/willingness to add full GraphQL/Gatsby support for this plugin, is to simply tell the Gatsby helper plugin to ignore it.
SuperTable and Neo had a different need for it, but the fix is the same - just let Gatsby Helper plugin know that it should ignore this element when checking for the most recent changes.
The text was updated successfully, but these errors were encountered:
Currently, having this plugin installed breaks Gatsby's incremental updates.
The fastest fix until you have time/resources/willingness to add full GraphQL/Gatsby support for this plugin, is to simply tell the Gatsby helper plugin to ignore it.
It's essentially a one-liner response to an event. See examples here -
spicywebau/craft-neo@9b545c9
verbb/super-table@df5fc0b
SuperTable and Neo had a different need for it, but the fix is the same - just let Gatsby Helper plugin know that it should ignore this element when checking for the most recent changes.
The text was updated successfully, but these errors were encountered: