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
This issue happens when putting a Table.VirtualBody in a Portal and some other edge cases. At componentDidMount the VirtualBody has a ref for the element, but the element is not actually rendered completely yet — resulting in offsetHeight being 0.
The text was updated successfully, but these errors were encountered:
This issue happens when putting a
Table.VirtualBody
in aPortal
and some other edge cases. AtcomponentDidMount
theVirtualBody
has aref
for the element, but the element is not actually rendered completely yet — resulting inoffsetHeight
being0
.The text was updated successfully, but these errors were encountered: