Closed patrickml closed 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.
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
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?