I've implemented this splitpanes component but I'm getting the warning:
Splitpanes: Could not resize panes correctly due to their constraints.
I'm not sure why this warning is appearing, though. I have tried with and without min-size and size set on the panes, and there is room to resize them. After an initial jank, the splitters behave as expected. So it's just a problem in the mounting phase.
Could someone explain what the constraints are and how to resolve?
I've implemented this splitpanes component but I'm getting the warning:
I'm not sure why this warning is appearing, though. I have tried with and without
min-size
andsize
set on the panes, and there is room to resize them. After an initial jank, the splitters behave as expected. So it's just a problem in the mounting phase.Could someone explain what the constraints are and how to resolve?