cedricdelpoux / react-responsive-masonry

React responsive masonry component built with css flexbox
https://cedricdelpoux.github.io/react-responsive-masonry/
MIT License
362 stars 37 forks source link

Compiled divs include `[object Object]` in attributes #56

Closed jahirfiquitiva closed 2 years ago

jahirfiquitiva commented 2 years ago

Hello

when my project is compiled, the divs that belong to the masonry include [object Object] within some attributes:

<div __self="[object Object]" __source="[object Object]">
    ...
</div>
Shot 2021-11-11 at 15-37-38@2x
cedricdelpoux commented 2 years ago

very strange! I don't know where it comes from. If you find solution please make a PR 👍🏻

cedricdelpoux commented 2 years ago

In my opinion it's not related to this plugin. "self" and "source" are not added by react-responsive-masonry