Hi all, i’m getting the following render error on ...
# compose
x
Hi all, i’m getting the following render error on the compose preview
Copy code
java.lang.IllegalStateException: No Back Dispatcher provided at androidx.activity.compose.LocalOnBackPressedDispatcherOwner.getCurrent(BackHandler.kt:44)
Can the previews not support any navigation logic within them? if so, how can i delegate this out so that previews can render properly again