Skip to content

Commit

Permalink
chore: remove outdated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed Nov 11, 2023
1 parent 525e991 commit 44fb13c
Show file tree
Hide file tree
Showing 6 changed files with 382 additions and 988 deletions.
2 changes: 1 addition & 1 deletion playground/app/routes/validitystate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function Example() {
noValidate
>
<Playground title="Validity State" lastSubmission={submission}>
<Field label="Field" config={{ errors: error.field }}>
<Field label="Field" config={{ error: error.field }}>
{constraint.type === 'checkbox' || constraint.type === 'radio' ? (
<input
name="field"
Expand Down
Loading

0 comments on commit 44fb13c

Please sign in to comment.