• Resolved czinn

    (@czinnkzooedu)


    Clicking on block settings results in a React error followed by Ajax response errors. I have version 4.6.0 and running on WordPress 5.9.6

    Thank you!

Viewing 1 replies (of 1 total)
  • I had a similar error using ThemeREX Addons plugin. There is an incompatibility, I guess since WordPress 6.2. I managed to hot-fix it editing:
    wp-content/plugins/trx_addons/components/api/gutenberg/blocks/dist/blocks.build.js:

    • Replaced all wp.components.ServerSideRender with wp.serverSideRender
    • Replaced all wp.editor.InspectorControls with wp.blockEditor.InspectorControls
    • This reply was modified 1 year, 4 months ago by JosefStepanek. Reason: Specified my case
    • This reply was modified 1 year, 4 months ago by JosefStepanek.
Viewing 1 replies (of 1 total)
  • The topic ‘Minified React Error #130’ is closed to new replies.