-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix: correct typo issue for link formstate and formState type example #1162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: correct typo issue for link formstate and formState type example #1162
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for sage-cassata-31d224 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the update.
src/content/ts.mdx
Outdated
<input {...(register("firstName"), { required: true })} /> | ||
<input {...(register("lastName"), { minLength: 2 })} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks not correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn’t realize the pnpm run format --write
would make changes like this. This part has been excluded.
This reverts commit 798b9c5.
without 'src/content/ts.mdx' file
Hello Bill 😁
I found a broken link in the official documentation and fixed it.
formState
page.(/docs/useform/formState → /docs/useform/formstate)
pnpm run format --write
command.