Div with __resizable_base__ remains after component is unmounted. · Issue #224 · bokuweb/re-resizable · GitHub
More Web Proxy on the site http://driver.im/
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
When <StyledPane/> is unmounted, this extra div remains in the DOM and I would assume that it shouldn't (?). It is throwing out the layout of the remaining page.
I'm using re-resizable v4.4.4
The text was updated successfully, but these errors were encountered:
I am extending
<Resizeable/>
usingstyled-components
like this:When
<StyledPane/>
is rendered, using Chrome dev tools, I can see an additional div that is place directly after<StyledPane/>
in the DOM:<div class="__resizable_base__" style="width: 100%; height: 100%; position: relative; transform: scale(0, 0); left: -2.14748e+09px; flex: 0 1 0%;"></div>
When
<StyledPane/>
is unmounted, this extra div remains in the DOM and I would assume that it shouldn't (?). It is throwing out the layout of the remaining page.I'm using re-resizable v4.4.4
The text was updated successfully, but these errors were encountered: