eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.44k stars 145 forks source link

only reload items once #111

Closed jonricaurte closed 6 years ago

jonricaurte commented 6 years ago

I noticed sometimes there were race conditions where if I would remove all the items and add new items sometimes masonry internally would contain both the older items that were removed and the newer items.

afram commented 6 years ago

Thank you @jonricaurte

Nice change