• I noticed today that Contact Form 7 was preventing the Gutenberg editor (plugin) from loading on the post page. When disabling it, Gutenberg works again.

    The first error I see in the JS console is:
    `
    Uncaught TypeError: Cannot set property ‘postTypeRestBaseMapping’ of undefined at post-new.php:223
    `

    I’m not super familiar with the WP API, but that property is part of the WP API object: wp.api.postTypeRestBaseMapping

    I couldn’t find any other posts about this so forgive me if this is already being discussed somewhere.

  • The topic ‘CF7 currently breaks Gutenberg’ is closed to new replies.