Hi All, Facing a crash while using Navigation in C...
# compose
d
Hi All, Facing a crash while using Navigation in Compose
java.lang.IllegalStateException: ViewModelStore should be set before setGraph call
i
Have you upgraded to Navigation Compose 1.0.0-alpha09? It specifically has a fix for this exact crash: https://developer.android.com/jetpack/androidx/releases/navigation#compose-1.0.0-alpha09
d
Thanks i'm using the same version. But the problem was how i have implemented the navigation itself.