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

chore(deps): update v0.3.3 #15

Merged
merged 3 commits into from
Jul 15, 2024
Merged

chore(deps): update v0.3.3 #15

merged 3 commits into from
Jul 15, 2024

Conversation

hi-ogawa
Copy link
Owner

Unfortunately found a regression of this pattern

action={async (formData: FormData) => {
"use server";
revalidatePath("/");
await fakeContacts.set(contact.id, Object.fromEntries(formData));
throw redirect(`/contacts/${contact.id}`);
}}

revalidatePath + redirect doesn't revalidate layout after this change:

@hi-ogawa hi-ogawa changed the title chore(deps): update v0.3.2 chore(deps): update v0.3.3 Jul 15, 2024
@hi-ogawa
Copy link
Owner Author

@hi-ogawa hi-ogawa marked this pull request as ready for review July 15, 2024 00:27
@hi-ogawa hi-ogawa merged commit 0cc2969 into main Jul 15, 2024
2 checks passed
@hi-ogawa hi-ogawa deleted the chore-deps-v0.3.2 branch July 15, 2024 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant