• 
    Hi,
    
    Here's a small error for you under the wp theme, in the customizer, well done for your work.
    
    editor.blocks.js?ver=1.8.7:23 Uncaught TypeError: Cannot read properties of undefined (reading 'PluginMoreMenuItem')
    at Object. (editor.blocks.js?ver=1.8.7:23:916710)
    at t (editor.blocks.js?ver=1.8.7:1:163)
    at Object. (editor.blocks.js?ver=1.8.7:6:171395)
    at t (editor.blocks.js?ver=1.8.7:1:163)
    at editor.blocks.js?ver=1.8.7:1:520
    at editor.blocks.js?ver=1.8.7:1:530
    
    Here : a = wp.editPost.PluginMoreMenuItem
    
    Thank you.
    
    Fred.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fredben

    (@fredben)

    Hi,always the same error for you under the wp theme,in  editor.blocks.js?ver=2.0.0 when customizer start




    , function(e, t, n) {
    “use strict”;
    var r = n(1)
    , o = (n.n(r),
    wp.element.createElement)
    , i = wp.editPost || wp.editSite
    , a = i?i.PluginMoreMenuItem:undefined // <—— HERE the error
    , l = wp.url.addQueryArgs;



    the error :

    VM12625 editor.blocks.js:23 Uncaught TypeError: Cannot read properties of undefined (reading ‘PluginMoreMenuItem’)
    at Object. (VM12625 editor.blocks.js:23:927499)
    at t (VM12625 editor.blocks.js:1:163)
    at Object. (VM12625 editor.blocks.js:6:169867)
    at t (VM12625 editor.blocks.js:1:163)
    at VM12625 editor.blocks.js:1:520
    at VM12625 editor.blocks.js:1:530

    Thank you.
    
    Fred.
    Plugin Support eugenewhite

    (@eugenewhite)

    Hello, Fred.

    Sorry for the delayed response. 

    Please be informed that we managed to reproduce the same issue locally. And we already passed on the info about it to our developers so I hope they come up with a solution in one of the nearest plugin releases. We let you know as soon as we receive some updates on this matter. 

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘small error in the customizer’ is closed to new replies.