digidem / react-dimensions

[Looking for maintainers]
http://lab.digital-democracy.org/react-dimensions/
450 stars 77 forks source link

Children disappeared when window resized #31

Closed patrickml closed 8 years ago

patrickml commented 8 years ago

I am seeing something odd where when I resize my window the children are disappearing. I am using the react dev tools for chrome and I can see that they are no longer mounted. Once I remove the Dimensions container everything works as expected. Ever seen this before?

patrickml commented 8 years ago

I am passing an array of object which has 5 objects when the screensize changes this is being reduced to 1. Its quite odd.

patrickml commented 8 years ago

Issue had to do with using splice() for some reason it was updating the props of the parent i needed to use slice instead of splice