App crashes when SwiftUI view with Picker disappears (since iOS 16) – Ios swift
We have an application with some 'chat' functionality where questions are asked and the user can answer with some predefined options: for every question a new view is presented. One of those options is a view with a Picker, since…