Skip to main content

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.

Hi ​@conexxxion-6c9557 can you please share with me your RevenueCat SDK version, your full paywall code, and RevenueCat debug logs (see our docs here for how to enable these)?


Reply