forked from jaredpalmer/formik
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Realligning #1
Merged
Merged
Realligning #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cover use cases for both using a submission handler that returns a promise, and for a one which does not. Add FAQ entry about submission handler cleanup.
Wrap FAQ entry in `details correctly. Remove use of inline code markers in `summary` as it seems like they are not supported.
Add spacing between lines to support proper inline code formatting.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## [email protected] ### Patch Changes - [`ae0fe6c`](jaredpalmer@ae0fe6c) [jaredpalmer#3873](jaredpalmer#3873) - Forward `className` for custom components used with `Field` 41720c2 - [`ae0fe6c`](jaredpalmer@ae0fe6c) [jaredpalmer#3873](jaredpalmer#3873) - Remove use of deprecated `StatelessComponent` type in favor of `FunctionComponent` (da58b29) ## [email protected] ### Patch Changes - Updated dependencies \[[`ae0fe6c`](jaredpalmer@ae0fe6c), [`ae0fe6c`](jaredpalmer@ae0fe6c)]: - [email protected]
Already fixed the release summary to reflect the true contributors/commits, the change history got a little muddy due to submitting the changesets separately.
docs: Expand on cleanup behaviour for submission handlers
…palmer#3703) - Link to the issue: [jaredpalmer#2594](jaredpalmer#2594) - Screenshot: <img width="735" alt="Screenshot 2022-12-20 at 19 02 15" src="https://user-images.githubusercontent.com/60370584/208735919-d6ab987b-9fff-4c2b-974e-3f54c31d9afb.png">
This will allow Formik's code to be removed by tree-shaking bundlers like Webpack or esbuild.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.