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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: