gatsbyjs/gatsby-source-wordpress-experimental

Bug: Queried menus don't update in templates on re-builds

TylerBarnes opened this issue · 2 comments

On warm cache builds, menu's are not properly updating. I believe the menu data is updating in graphiql, but not in templates. This indicates this could be a source plugin bug with how data is sourced and how the schema is generated or this could be a Gatsby core bug.

This was fixed in Gatsby core a couple months ago