SwiftUI .task does not update its references on view update
Summary The issue at hand is with SwiftUI’s .task modifier, which does not update its references when the view is updated. This is observed in a sample code where a DoubleGenerator sequence is used to print numbers in a TestView. When the id is updated by clicking the “update id by 1” button, the print … Read more