• Resolved dooza

    (@dooza)


    I get the following error which causes other JS components, like Owl Carousel, to stop working:

    micromodal.min.js:1 Uncaught TypeError: Invalid attempt to spread non-iterable instance.
    In order to be iterable, non-array objects must have a [Symbol.iterator]() method.
        at micromodal.min.js:1:889
        at t (micromodal.min.js:1:1039)
        at Object.init (micromodal.min.js:1:6829)
        at HTMLDocument.<anonymous> (admin.min.js:1:1385)
        at i (jquery.min.js:2:27449)
        at Object.fireWith [as resolveWith] (jquery.min.js:2:28213)
        at Function.ready (jquery.min.js:2:30006)
        at HTMLDocument.K (jquery.min.js:2:30368)

    The only widget on Happy Addons is Equal Height Columns, so I am not sure why micromodal is being called from a CDN on pages which don’t use Happy Addons.

    Micromodal is being loaded via https://unpkg.com/micromodal/dist/micromodal.min.js which redirects to https://unpkg.com/[email protected]/dist/micromodal.min.js

  • The topic ‘Micromodal JS Error’ is closed to new replies.