Closed Exomnius closed 7 years ago
Ta, will get this sorted out asap.
@Exomnius What version of react-masonry-component are you using?
This should have been sorted from version 4.2.0
Thanks for the reply! It seems to be resolved now. A clean checkout and rebuild fixed it so it was probably an older version.
No worries @Exomnius
Since react v15.2.0, you will get a warning when you pass a prop, that is not in the proptypes, to a DOM node.
Example:
Gives the following warnings: Warning: Unknown props
elementType
,options
,disableImagesLoaded
on ul tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop