We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e7834 commit d6d4eabCopy full SHA for d6d4eab
Sources/ArcGISToolkit/Components/FeatureFormView/FormViewModel.swift
@@ -75,15 +75,15 @@ import SwiftUI
75
76
/// Performs an initial evaluation of all form expressions.
77
func initialEvaluation() async {
78
- await featureForm.evaluateExpressions()
+ try? await featureForm.evaluateExpressions()
79
initializeIsVisibleTasks()
80
}
81
82
/// Performs an evaluation of all form expressions.
83
func evaluateExpressions() {
84
evaluateTask?.cancel()
85
evaluateTask = Task {
86
87
88
89
0 commit comments