wadackel / react-stack-grid

Pinterest like layout components for React.js
https://wadackel.github.io/react-stack-grid/
MIT License
870 stars 77 forks source link

Issues with gutter heights when toggling between views #40

Closed brianlearn closed 6 years ago

brianlearn commented 6 years ago

Hi there - I know this was already mentioned in other issues, but I have a problem when toggling between two views that change heights: Card View and List View. I tried the updateLayout approach specified here, but did not receive any different results.

I have included screenshots to provide more context:

react-stack-grid-screenshot1

react-stack-grid-screenshot2

react-stack-grid-screenshot3

brianlearn commented 6 years ago

Looked through your ChangeSize.js example and mimicked your implementation.