We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 367e8dc + d6d4eab commit ee2dacaCopy full SHA for ee2daca
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