• transparentmarketplace

    (@transparentmarketplace)


    Whenever I type in “Layout Grid” in the block editor, the page crashes and says “The editor has encountered an unexpected error.”, with the following error. Anyone else run into this issue? I’ve disabled all plugins and the page still crashes.

    TypeError: Cannot add property width, object is not extensible
        at icon (https://transparentmarketplace.com/wp-content/plugins/layout-grid/index.js?ver=65e08c1a7f22fdb8455a258ff782db39:1:33964)
        at tp (https://transparentmarketplace.com/wp-content/plugins/gutenberg/build/vendors/react-dom.js?ver=18:1:139607)
        at https://transparentmarketplace.com/wp-content/plugins/gutenberg/build/vendors/react-dom.js?ver=18:1:182731
        at _m (https://transparentmarketplace.com/wp-content/plugins/gutenberg/build/vendors/react-dom.js?ver=18:1:184074)
        at py (https://transparentmarketplace.com/wp-content/plugins/gutenberg/build/vendors/react-dom.js?ver=18:1:240485)
        at Zg (https://transparentmarketplace.com/wp-content/plugins/gutenberg/build/vendors/react-dom.js?ver=18:1:232088)
        at Gg (https://transparentmarketplace.com/wp-content/plugins/gutenberg/build/vendors/react-dom.js?ver=18:1:231973)
        at Kg (https://transparentmarketplace.com/wp-content/plugins/gutenberg/build/vendors/react-dom.js?ver=18:1:231736)
        at Mg (https://transparentmarketplace.com/wp-content/plugins/gutenberg/build/vendors/react-dom.js?ver=18:1:229280)
        at zg (https://transparentmarketplace.com/wp-content/plugins/gutenberg/build/vendors/react-dom.js?ver=18:1:227551)
Viewing 1 replies (of 1 total)
  • Hello @transparentmarketplace

    The error message above indicates that you are trying to add a property called "width" to an object that cannot have new properties added to it. The two plugins on the error logs are mentioned Layour-grid and Gutenberg .

    You can deactivate both plugins to see if it resolves the issue and then you can check if you’re using the most recent versions of these plugins if not you’ll need to update them.

    • This reply was modified 1 year, 7 months ago by tarhe.
Viewing 1 replies (of 1 total)
  • The topic ‘Block Editor Crashing on Layout Grid’ is closed to new replies.