Open heyaibek opened 10 months ago
Hey @heyaibek, did you manage to figure this one out?
Hey @pixlwave 👋🏻 I've noticed that the crash happens when selection is enabled by constant value like selectionEnabled: .constant(true)
. In your demo project, however, it depends on the toggle value to enable/disable the selection. So, I just put the same mechanism in my code. But I'm afraid that this bug should be fixed 😛
Hey 👋🏻 I'm getting
Fatal error: Index out of range
exception on setting theselectedSamples
range like so:What could be the issue?