• Hello,

    Not sure if I can report this here since I am using some third party plugins as well but the issue is, when I have many elements such as rows, images etc. in a block, it takes very long time for server processing and today I got this error message when editing the archive I mentioned in the page link above:

    TypeError: Cannot read properties of null (reading 'ResizeObserver')
        at https://www.mysite.mu/wp-includes/js/dist/block-editor.min.js?ver=0c7c9b9a74ceb717d6eb:26:328217
        at ir (https://www.mysite.mu/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:65290)
        at Br (https://www.mysite.mu/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:81796)
        at unstable_runWithPriority (https://www.mysite.mu/wp-includes/js/dist/vendor/react.min.js?ver=17.0.1:9:7431)
        at xn (https://www.mysite.mu/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:29950)
        at Ar (https://www.mysite.mu/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:78535)
        at Pr (https://www.mysite.mu/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:74654)
        at https://www.mysite.mu/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:30173
        at unstable_runWithPriority (https://www.mysite.mu/wp-includes/js/dist/vendor/react.min.js?ver=17.0.1:9:7431)
        at xn (https://www.mysite.mu/wp-includes/js/dist/vendor/react-dom.min.js?ver=17.0.1:9:29950)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • lisa

    (@contentiskey)

    try to narrow down the source of the issue:

    in a staging site or other development enviroment — deactivate all plugins and reactivate 1 by 1 to see if there is a conflict contributing to the delay

    in a staging site or other development enviroment — deactivate theme and try a default theme like twenty twenty three to see if there is a conflict contributing to the delay

    or try this plugin in troubleshooting mode https://wordpress.org/plugins/health-check/

    Can’t really tell what having the problem from the errors. You can looking under the console for additional error messages. All the blocks are React elements which is a JavaScript library. So if it a JavaScript error it should show in the console of the inspector. You can get to the console by right clicking somewhere on the page doesn’t really matter where. You should see a tab called console. Open the tab and see if there are additional error messages.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Getting error when editing with blocks’ is closed to new replies.