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
Actually is quite worse. When you set the order through props, and the order is not 'default', then most things don't work (resize, ... )
I think this is because the order (thus this.state.panes) is not used in render.
Has this been fixed? I'm working with the controlled example and the resizing isn't working and once I try resizing, then changing the order doesn't work either.
If you change the size of any child then
sizePropsUpdated
is set to true, thensetSize
is called, which ignore theorder
from propsThe text was updated successfully, but these errors were encountered: