desandro / masonry

:love_hotel: Cascading grid layout plugin
https://masonry.desandro.com
16.27k stars 2.11k forks source link

Error with imagesLoaded.js V5 #1199

Open vinodmezhukil opened 3 weeks ago

vinodmezhukil commented 3 weeks ago

Created Masonry including imagesLoaded() function works perfectly with imagesLoaded v4.1.4. After updated to imagesLoaded v5 i am getting bellow error.

imagesloaded.min.js?ver=5.0.0:13 Uncaught TypeError: h is not iterable
    at new n (imagesloaded.min.js?ver=5.0.0:13:433)
    at i.fn.imagesLoaded (imagesloaded.min.js?ver=5.0.0:13:4286)
    at HTMLDocument.<anonymous> (amrita_tile_gallery.js?123&ver=6e8e151262021398f4221e951a2752a8:21:13)
    at j (jquery-2.1.1.min.js?ver=6e8e151262021398f4221e951a2752a8:2:26860)
    at Object.fireWith [as resolveWith] (jquery-2.1.1.min.js?ver=6e8e151262021398f4221e951a2752a8:2:27673)
    at Function.ready (jquery-2.1.1.min.js?ver=6e8e151262021398f4221e951a2752a8:2:29467)
    at HTMLDocument.I (jquery-2.1.1.min.js?ver=6e8e151262021398f4221e951a2752a8:2:29658)

Anyone have solution for this?