• Hi,
    I’m getting this exception in the console when activating “Elementor blocks for gutenberg” plugin:
    Uncaught (in promise) TypeError: Cannot call a class as a function
    at t.exports (template-block.min.js?ver=1.0.1:2)
    at e (template-block.min.js?ver=1.0.1:2)
    at blocks.js?ver=1.9.0:9995

    I’ve verified that it’s caused by this plugin only, by deactivating other plugins, and activating and deactivating this one.

    Please help. This is causing my custom blocks to not load, and similar issues with other gutenberg block plugins.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • @swebdev

    We can’t replicate, please try using the development version of the plugin JS files by adding:

    define( 'WP_DEBUG', true );
    define( 'SCRIPT_DEBUG', true );
    define( 'CONCATENATE_SCRIPTS', false );

    To your wp-config.php file, to better identify the root cause.

Viewing 1 replies (of 1 total)
  • The topic ‘“Elementor blocks for gutenberg” plugin throws exception’ is closed to new replies.