Closed dudeofawesome closed 6 years ago
When a comment has lots of children, they all get rendered, even though many of them are off screen.
The way to fix this would be to build a tree of comments in the root story component, and then use that in the ListView.builder.
ListView.builder
fixed in bd129a76f1e42ead7f6b7f1a682e1300928a6bfd
When a comment has lots of children, they all get rendered, even though many of them are off screen.
The way to fix this would be to build a tree of comments in the root story component, and then use that in the
ListView.builder
.