-
-
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
Refactor v3 for alpha #2903
Refactor v3 for alpha #2903
Conversation
🦋 Changeset detectedLatest commit: fc8be9a The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/formium/formik/5g7k39icd |
Size Change: -1.31 kB (2%) Total Size: 43.8 kB
ℹ️ View Unchanged
|
I am going to merge so that we can cut a release with these changes. More work needed to update tests |
unstable_StrictField
toFastField
.<FastField shouldUpdate>
prop with warning. If you need this functionality, useuseFormikContext()
anduseField()
in a custom component wrapped inReact.memo()
instead.FastField
is no longer passed aform
object in any render prop. If you still need to access theform
object in the render prop useField
(which updates on every render).