sergionettl

Results 5 comments of 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)

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....