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
Francesc
04/21/2024, 3:56 PM
don't pass the
NavController
around, pass lambdas to trigger navigation instead
s
Sai Charan
04/21/2024, 4:14 PM
I am new to compose can you share the code snippet if possible