java.lang.IllegalStateException: CameraPositionState may only be associated with one GoogleMap at a time
at com.google.maps.android.compose.CameraPositionState.setMap$maps_compose_release(CameraPositionState.kt:144)
at com.google.maps.android.compose.MapPropertiesNode.<init>(MapUpdater.kt:40)
at com.google.maps.android.compose.MapUpdaterKt$MapUpdater$1.invoke(MapUpdater.kt:121)
at com.google.maps.android.compose.MapUpdaterKt$MapUpdater$1.invoke(MapUpdater.kt:119)
at com.google.maps.android.compose.MapUpdaterKt$MapUpdater$$inlined$ComposeNode$1.invoke(Composables.kt:225)
...
Coming across a crash when trying to embed a
GoogleMapinside aHorizontalPagerwhen theCameraPositionStateis hoisted outside of the pagerEnvironment details
Bumblebee 2021.1.1 Patch 31.6.201.2.0-alpha080.24.7-alpha2.1.0Steps to reproduce
Stack trace