I have a Composables function where I will pass na...
# compose
s
I have a Composables function where I will pass navhostcontroller to it. Now I want to preview that function. I have passed remembernavhost but I am getting This preview was unable to find a CompositionLocal. You might need to define it so it can render correctly.
f
don't pass the
NavController
around, pass lambdas to trigger navigation instead
s
I am new to compose can you share the code snippet if possible
f