[BUG] Incorrect spacing when placed inside Material UI transition component #542
Labels
bug
Something isn't working
hacktoberfest
This issue is suitable for the hacktoberfest ;)
PR welcome
You can give that a try :)
Describe the bug
When Virtuoso is inside a "Grow" transition component provided by material ui, the items are truncated early leaving a large gap in the list
Reproduction
sandbox.
To Reproduce
Steps to reproduce the behavior:
In sandbox above,
Expected behavior
elements would fill available space
Screenshots
sandbox is sufficient
Desktop (please complete the following information):
Additional context
My actual project example also had margin issues resulting in the partial list of items that were displayed to be shifted up and never being able to scroll to the first item after scrolling down the list. That was not reproduced in the sandbox for some reason but alll issues are resolved just by removing the grow component.
The text was updated successfully, but these errors were encountered: