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
Can you explain what you are trying to accomplish? Looking at your code, I have some suggestions for adjustments that split the styling from the functional part of SplitterPanel, please check it here: https://stackblitz.com/edit/vitejs-vite-frudu2gq?file=src%2FApp.tsx
melloware
added
Resolution: Workaround
Issue or pull request contains a workaround. It needs to be reviewed further by Core Team
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jan 26, 2025
Describe the bug
If I use
SplitterPanel
directly, it works fine:https://stackblitz.com/edit/vitejs-vite-ybstrehp?file=src%2FApp.tsx
However, if I try to customize
SplitterPanel
, it breaks:https://stackblitz.com/edit/vitejs-vite-bspdvwof?file=src%2FApp.tsx
Specifically, the style
overflow: 'auto'
can't be passed into theSplitterPanel
component correctly.How can I workaround on this?
Reproducer
https://stackblitz.com/edit/vitejs-vite-bspdvwof?file=src%2FApp.tsx
System Information
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: