Hey, I have a multistep paywall it’s works fine but in moment I add “Single Choice” component button on the second step it’s just stop working
- If I try to preview it in RC app then just continue button on step 1 do nothing (it worked just before I added single choice)
- If I open it inside my flutter(ios) app I see the error instead of paywall (Backend Error 8) and following logs:
Error: Swift.DecodingError.dataCorrupted(Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "screens", intValue: nil), _CodingKey(stringValue: "pw41e8848e277347b6", intValue: nil), CodingKeys(stringValue: "componentsConfig", intValue: nil), CodingKeys(stringValue: "base", intValue: nil), CodingKeys(stringValue: "stack", intValue: nil), CodingKeys(stringValue: "components", intValue: nil), _CodingKey(stringValue: "Index 2", intValue: 2)], debugDescription: "Failed to decode unknown type \"input_single_choice\" without a fallback.", underlyingError: nil))

Rc app is up to date from appstore and flutter sdk version is 10.13.2
