pristas-peter / wp-graphql-gutenberg

Query gutenberg blocks with wp-graphql
https://wp-graphql-gutenberg.netlify.app
GNU General Public License v3.0
299 stars 62 forks source link

Ensures that block registry is fetched, for loaded pages #189

Open DeloreanAB opened 1 year ago

DeloreanAB commented 1 year ago

Fix for #188

Checks page status before the complete step of the block registry so that it runs immediatly if page is fully loaded. This ensures that the loading does not get stuck forever without errors.