paololeonardi / WaterfallGrid

A waterfall grid layout view for SwiftUI.
MIT License
2.39k stars 117 forks source link

Can't see on Canvas, on in Preview Mode #51

Open sherwinzadeh opened 3 years ago

sherwinzadeh commented 3 years ago

If I include within one of my own views, I can't see it on the canvas in Xcode. However I can see it in Preview mode.

My code is fairly simple:

WaterfallGrid(allTopics, id: \.id) { topic in TopicCapsule(topic: topic) }

Screen Shot 2020-12-03 at 11 39 27 AM Screen Shot 2020-12-03 at 11 39 36 AM
temrov commented 3 years ago

Yeah. Same. I suppose it happens because of async layout calculation