-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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-docs: return type of setValue in docs did not match the function typing #3871
fix-docs: return type of setValue in docs did not match the function typing #3871
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 405578c:
|
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.
Thank you!
@DavideFrancescon for whatever reason your branch seems to be having issues staying up to date, could you merge |
Realligning
It SHOULD be okay now, hopefully, let me know if it works! |
@probablyup I guess it does not work :') I don't think I can do much about this as mine was only a small change and surely didn't cause this much of a performance issue. |
I think it's just some transient weirdness, rerunning the job. |
What if I try adding a new commit with like a new-line somewhere just to reset the algorithm? |
Going to fix the check to not run when it's unnecessary → #3880 |
Function return
Docs before changes:
setValues: (fields: React.SetStateAction<{ [field: string]: any }>, shouldValidate?: boolean) => void
Closes: #3846