Closed JonZarate closed 1 month ago
Unfortunately, I didn't manage to reproduce the issue in SplitPane:demo
- it works as expected.
I tried both 1.2.0 and 1.2.1 versions:
implementation("org.jetbrains.compose.components:components-splitpane-desktop:1.2.0")
and
implementation("org.jetbrains.compose.components:components-splitpane-desktop:1.2.1")
Could you please share your project or a small sample to reproduce the issue?
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
My program was crashing at startup when trying to add a
HorizontalSplitPane
. In my troubleshooting I replaced the dependency thedemo
sample project had on thelibrary
and replaced it.From this:
to:
Now the demo app crashes as well:
This is the crash on my software: