• Resolved laurlau

    (@laurpm)


    Hello,

    Just updated to the latest WooCommerce 8.2.1 and I’m getting this error in the WooCommerce menu (all submenus) and Analytics. Everything related to WooCommerce basically.

    https://ibb.co/61GS68h

    Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at Dl (react-dom.min.js?ver=18.2.0:10:96134)
    at e (react-dom.min.js?ver=18.2.0:10:45699)
    at fr (react-dom.min.js?ver=18.2.0:10:54784)
    at js (react-dom.min.js?ver=18.2.0:10:120956)
    at wl (react-dom.min.js?ver=18.2.0:10:88659)
    at bl (react-dom.min.js?ver=18.2.0:10:88587)
    at yl (react-dom.min.js?ver=18.2.0:10:88450)
    at fl (react-dom.min.js?ver=18.2.0:10:85607)
    at Nn (react-dom.min.js?ver=18.2.0:10:32474)
    at al (react-dom.min.js?ver=18.2.0:10:82721)
    ar @ react-dom.min.js?ver=18.2.0:10
    a.componentDidCatch.t.callback @ react-dom.min.js?ver=18.2.0:10
    tt @ react-dom.min.js?ver=18.2.0:10
    Jr @ react-dom.min.js?ver=18.2.0:10
    Zr @ react-dom.min.js?ver=18.2.0:10
    Gr @ react-dom.min.js?ver=18.2.0:10
    (anonymous) @ react-dom.min.js?ver=18.2.0:10
    xl @ react-dom.min.js?ver=18.2.0:10
    fl @ react-dom.min.js?ver=18.2.0:10
    Nn @ react-dom.min.js?ver=18.2.0:10
    al @ react-dom.min.js?ver=18.2.0:10
    Rt @ react-dom.min.js?ver=18.2.0:10
    (anonymous) @ react-dom.min.js?ver=18.2.0:10
    (anonymous) @ load-scripts.php?c=1&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.3.2:13
    f @ plugins.min.js?ver=463143a2aeec9687ac69:2
    8994 @ 8994.js:1
    i @ index.js?ver=8.2.1:2
    Promise.then (async)
    70123 @ index.js?ver=8.2.1:2
    i @ index.js?ver=8.2.1:2
    (anonymous) @ index.js?ver=8.2.1:2
    (anonymous) @ index.js?ver=8.2.1:2
    (anonymous) @ index.js?ver=8.2.1:2
    index.js?ver=8.2.1:2 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'call')
    at i (index.js?ver=8.2.1:2:436705)
    at 65792 (5792.js:1:2426)
    at Function.i (index.js?ver=8.2.1:2:436705)

    Disabled ALL plugins (not many by the way) and kept only WooCommerce + Storefront theme. The same error. Nothing in the logs.

    So this started to happen after the last update. On all my shops.

    Any suggestions ?

    Thank you very much!

    • This topic was modified 1 year, 4 months ago by laurlau.
Viewing 1 replies (of 1 total)
  • Hi @laurpm,

    Just updated to the latest WooCommerce 8.2.1 and I’m getting this error in the WooCommerce menu (all submenus) and Analytics. Everything related to WooCommerce basically.

    Disabled ALL plugins (not many by the way) and kept only WooCommerce + Storefront theme. The same error. Nothing in the logs. So this started to happen after the last update. On all my shops. Any suggestions?

    From what I understand, you’re experiencing an issue with the latest WooCommerce 8.2.1 update. You’re seeing an error in the WooCommerce menu and all submenus, as well as in Analytics. This issue persists even after disabling all other plugins and keeping only WooCommerce and the Storefront theme active.

    In order to better understand and address your issue, could you please share some more details? Specifically, we’re interested in the exact error messages you come across when you turn on debug mode. You can enable debugging in WordPress by adding the following lines to your wp-config.php file:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );

    This will create a debug.log file in your wp-content directory, logging any PHP errors or notices. For a more detailed guide on enabling debugging in WordPress, you can visit this link: ?? Debugging in WordPress.

    Additionally, could you please provide your site’s System Status report? This will give us a better understanding of your site’s setup and help us pinpoint the problem. You can find it via WooCommerce > Status. Select Get system report and then Copy for support.

    Once you’ve gathered this information, please paste it inside a Code block in your reply, or use https://pastebin.com to paste it and share the link with us.

    Thanks for your patience and cooperation in this matter! We’re here to help you get this sorted.

Viewing 1 replies (of 1 total)
  • The topic ‘Error: Minified React error #130’ is closed to new replies.