FYI, doing this ```val backStackEntry = navHostCon...
# compose
d
FYI, doing this
Copy code
val backStackEntry = navHostController.currentBackStackEntryAsState()
and then accessing
Copy code
backStackEntry.value
causes constant recomposition
j
I think it is normal, for example if you want to use the same toolbar for the entire app, you can observe this state to update it according (title, etc).
d
No, I mean like 10 (or even more) recompositions per second constantly, even though nothing's changed
i
If you're seeing this with the navigation-compose 1.0.0-alpha01 release (out right now), please file a bug with a project that reproduces your issue: https://issuetracker.google.com/issues/new?component=409828&template=1093757