I might have missed something but after updating my dependencies (compose to beta07, fragment to 1.3.4, and others), my app crash after first composition with the following error :
java.lang.IllegalStateException: Expected applyChanges() to have been called
does anyone have an idea? the stacktrace doesn't contains any of my code
nitrog42
05/20/2021, 1:39 PM
it seems that a specific composable is the cause, looking it...
where working before but not with beta07. It's normal because I shouldn't use with(LocalDensity.current) in this block as it's probably null 😄
My only issue is that the error was not explicit about the cause unfortunatelly