Skip to content

Commit e36912a

Browse files
committed
fix: set default value for TFormData
1 parent 113de74 commit e36912a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/form-core/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export type ValidationErrorMapSource = {
5555
* @private
5656
*/
5757
export type FormValidationErrorMap<
58-
TFormData,
58+
TFormData = unknown,
5959
TOnMountReturn = unknown,
6060
TOnChangeReturn = unknown,
6161
TOnChangeAsyncReturn = unknown,

0 commit comments

Comments
 (0)