Skip to content

Commit

Permalink
Update form.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronadamsCA authored and edmundhung committed Aug 8, 2024
1 parent a5e5e65 commit 04b1a21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/conform-dom/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export type FormValue<Schema> = Schema extends
: Schema extends Record<string, any>
?
| { [Key in keyof Schema]?: FormValue<Schema[Key]> }
| null
| undefined
: unknown;

Expand Down

0 comments on commit 04b1a21

Please # to comment.