My app is crashing with these error after purchase an item in Paywall and open the paywall again “java.lang.IllegalStateException: Unsupported concurrent change during composition. A state object was modified by composition as well as being modified outside composition.”
I load the Offers in my ViewModel, setting it into Paywall composable
setOffering(viewModel.offering.value)
and when Paywall get Recomposed the app crash with that error.