antoniandre / splitpanes

A Vue 3 (and 2) reliable, simple and touch-ready panes splitter / resizer.
https://antoniandre.github.io/splitpanes
MIT License
1.85k stars 166 forks source link

Could not resize panes correctly due to their constraints. #188

Open jcuenod opened 1 year ago

jcuenod commented 1 year ago

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?

vmerz commented 10 months ago

Same warning here.