eiriklv / react-masonry-component

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

String refs in React 16 #101

Closed wchaering closed 6 years ago

wchaering commented 6 years ago

Error in production builds with React 16 due to legacy string ref:

Element ref was specified as a string (masonryContainer) but no owner was set. You may have multiple copies of React loaded.

Fixed in #99

afram commented 6 years ago

Thanks for this - released in 6.0.1