1 parent 79c6dcc commit 4860649Copy full SHA for 4860649
1 file changed
packages/forms/signals/src/util/parser.ts
@@ -54,6 +54,7 @@ export function createParser<TValue, TRaw>(
54
errors.set(normalizeErrors(result.error));
55
if (result.value !== undefined) {
56
setValue(result.value, markAsDirty);
57
+ }
58
59
60
} else if (markAsDirty) {
0 commit comments