Skip to content

Commit

Permalink
chore: fix required strings
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeiscontent committed Jun 13, 2024
1 parent 1ccd227 commit 87bb7b2
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 699 deletions.
4 changes: 0 additions & 4 deletions packages/conform-zod/coercion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ export function coerceString(
return value;
}

if (value === '') {
return undefined;
}

if (typeof transform !== 'function') {
return value;
}
Expand Down
Loading

0 comments on commit 87bb7b2

Please sign in to comment.