desandro / masonry

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

Error parsing data-masonry on : SyntaxError: Unexpected end of JSON input on refresh #1149

Open VictorReybier opened 3 years ago

VictorReybier commented 3 years ago

Hi ! My layout is working well but when I refresh the page, I have this error : Error parsing data-masonry on : SyntaxError: Unexpected end of JSON input. The error seems to be on this line : <div data-masonry='{ "itemSelector": ".grid-item", "columnWidth": 100 }'> I'm calling Masonry with a setTimeout of 5000 after an API call to be sure that data as the time to load.