#[v6] - Drawer with `withinPortal={false}` renders and empty `<div>`
4 messages · Page 1 of 1 (latest)
there's an empty div for of the drawer when it's closed
It is required for animations to work
4 messages · Page 1 of 1 (latest)
Not sure if its intended, but when rendering a Drawer component and setting withinPortal={false} a "placeholder" div is rendered.
I tried keepMounted={false} (even though it's false by default) but it did nothing.
It didn't happen on v5.
there's an empty div for of the drawer when it's closed
It is required for animations to work