react-virtual-container
react-virtual-container copied to clipboard
Clarify usage with optimistic
Hi @ctrlplusb, back with another usage question! I notice that in the docs you mention that if optimistic is used then the placeholder is rendered first before the children. Shouldn't that always be the case?
I noticed that if I don't provide a minimum height to Styled Virtual Container, then it renders all the children even though those children have a minimum height. Is that expected?