Context becomes undefined after a splitter panel ignores a change in the size prop. Notice in the video there is a minSize on panel b but I am able to resize to zero. This seems to only happen when the panel size is set to be small.
Link to Reproduction (or Detailed Explanation)
This is the same core issue as #2602
Steps to Reproduce
set two panels, panel a size 100, and panel b size 0
resize the panels programmatically, using the size prop (or using setSize I believe)
the new size will be set, but b that was size 0 does not get the updated size
resize b to be zero using the resize trigger, it ignore the size prop
Try to access the splitter context and it is undefined
Description
Context becomes undefined after a splitter panel ignores a change in the size prop. Notice in the video there is a
minSize
on panelb
but I am able to resize to zero. This seems to only happen when the panel size is set to be small.Link to Reproduction (or Detailed Explanation)
This is the same core issue as #2602
Steps to Reproduce
a
size 100, and panelb
size 0b
that was size 0 does not get the updated sizeb
to be zero using the resize trigger, it ignore the size propArk UI Version
4.0.0
Framework
Browser
Chrome, Edge
Additional Information
No response