Skip to content
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

Update 02-server-actions-and-mutations.mdx - FormData is itself iterable #62541

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

michaltarasiuk
Copy link
Contributor

FormData objects are iterable, so we can get entries directly without the need for calling .entries().

FormData objects are iterable,  so we can get entries directly without the need for calling .entries().
@michaltarasiuk michaltarasiuk requested review from a team as code owners February 26, 2024 14:27
@michaltarasiuk michaltarasiuk requested review from ismaelrumzan and delbaoliveira and removed request for a team February 26, 2024 14:27
@samcx
Copy link
Member

samcx commented Feb 26, 2024

@michaltarasiuk Can we update the title to be more specific?

@michaltarasiuk michaltarasiuk changed the title Update 02-server-actions-and-mutations.mdx Update 02-server-actions-and-mutations.mdx - FormData is itself iterable Feb 26, 2024
@samcx samcx self-requested a review March 13, 2024 18:19
Copy link
Member

@samcx samcx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting a :pr:!

:lgtm:

@samcx samcx enabled auto-merge (squash) March 13, 2024 18:19
@samcx samcx merged commit de5ea0f into vercel:canary Mar 13, 2024
28 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants