sergionettl
sergionettl
Facing the same issue. Using last version.
Fix: Injecting the main dispatcher fixes the crash. ```kotlin @get:Rule val composeTestRule = createComposeRule( effectContext = EmptyCoroutineContext + Dispatchers.Main.immediate ) ``` (EmptyCoroutineContext is not necessary)
Getting the exact same error.
onTargetChanges passes `FlexibleSheetValue` which is an enum with the discrete defined values. What I mentioned is the full range. This is the code I'm using for now to accomplish this....
Same problem #60