Skip to content

Commit 8eee29b

Browse files
authored
Update src/utilities/coerceInputValue.ts
1 parent 4c0bdb9 commit 8eee29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utilities/coerceInputValue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export function coerceInputValue(
109109
}
110110
}
111111

112-
return { ...coercedValue };
112+
return coercedValue;
113113
}
114114

115115
const leafType = assertLeafType(type);

0 commit comments

Comments
 (0)