You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Virtuoso component doesn't show (render) the items when rendering the component inside a MUI's Dialog component. This issue only happens when we use a TransitionComponent that changes the height of the component like Zoom.
The Grow transition component causes an issue too and make some empty space at the end of the list when you scroll the list.
Describe the bug
The Virtuoso component doesn't show (render) the items when rendering the component inside a MUI's
Dialog
component. This issue only happens when we use aTransitionComponent
that changes the height of the component likeZoom
.The
Grow
transition component causes an issue too and make some empty space at the end of the list when you scroll the list.Reproduction
Codesandbox
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The list must be displayed correctly.
The text was updated successfully, but these errors were encountered: