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 61 forks source link

Undefined $type_registry #118

Closed jasonbahl closed 3 years ago

jasonbahl commented 3 years ago

@jasonbahl Not breaking anything for me as I register all my ACF fields with PHP, but when I use the ACF custom field editor to create a new group, I get a bunch of Undefined variable $type_registry in /Users/[redacted]/projects/php-projects/[redacted]/app/plugins/wp-graphql-gutenberg/src/Schema/Types/BlockTypes.php on line 198 errors rendered into the GraphQL settings block

Screenshot 2021-08-06 at 22 36 47

_Originally posted by @jonsherrard in https://github.com/pristas-peter/wp-graphql-gutenberg/pull/117#discussion_r684516163_