I have a composable that is using the @OptIn(Exper...
# compose
d
I have a composable that is using the @OptIn(ExperimentalMaterial3Api::class) annotation. I'm not sure if that's related, but this is the only composable for my project where I can't create a preview: instead I see "Render problem" in that space. Any ideas on how to resolve this so I can visually work on this composable?
z
What’s the exception?
d
Sorry should have come back to this. After a bit the exception went away. Not sure exactly what I did to resolve it n