• Hey!

    Today I updated a project to WordPress 6.4.3 and the plugin to 1.21.0. After that I get the following error inside the browser console.

    Uncaught Error: You tried to opt-in to unstable APIs without confirming you know the consequences. This feature is only for JavaScript modules shipped with WordPress core. Please do not use it in plugins and themes as the unstable APIs will removed without a warning. If you ignore this error and depend on unstable features, your product will inevitably break on the next WordPress release.

    As a picture it looks like this:

    Bildschirmfoto 2024 03 29 um 18 14 49

    I also tested it inside a clean WP instance. An got the same error message.

    Greetings

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author John Godley

    (@johnny5)

    Are you using the plugin version of Gutenberg, as stated in the documentation?

    Thread Starter Drivingralle

    (@drivingralle)

    Hey!

    In the past I have been using the plugin successful without Gutenberg.

    Now I have tested it with Gutenberg 18.0.0. The error message changes but the comment editor is not loading

    Bildschirmfoto 2024 03 30 um 16 12 59

    Anything else I can do to debug?

    • This reply was modified 6 months, 3 weeks ago by Drivingralle.
    Plugin Author John Godley

    (@johnny5)

    It requires Gutenberg 17.9. The plugin has always required the plugin version of Gutenberg. Unfortunately because of changes to Gutenberg it now only works with very specific version.s

    Thread Starter Drivingralle

    (@drivingralle)

    I have replaced the following string inside /blocks-everywhere/build/index.min.js:

    <span style="color:#067d17;">I know using unstable features means my plugin or theme will inevitably break on the next WordPress release.</span><span style="color:#067d17;"></span>

    with this string and now it works:

    I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress.

    The compare is very strict.
    https://developer.www.ads-software.com/block-editor/reference-guides/packages/packages-private-apis/

    Am using the plugin without the Gutenberg plugin in WP 6.5.2

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Use of unstable API’ is closed to new replies.