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

Next Server Actions example doesn't account for pending status of server action #1018

Open
icopp opened this issue Nov 13, 2024 · 0 comments

Comments

@icopp
Copy link

icopp commented Nov 13, 2024

Describe the bug

When submitting a form, only the client-side state is taken into account for isSubmitting, canSubmit, etc. The server pending state isn't considered at all.

Your minimal, reproducible example

https://stackblitz.com/edit/tanstack-form-uwg7fh

Steps to reproduce

In the given example, submit the form and see that the "Pending" label changes, even while the "Submit" label and button status don't.

Expected behavior

The form should be treated as submitting whenever the server action isPending flag is true.

How often does this bug happen?

Always

Screenshots or Videos

No response

Platform

n/a (all platforms)

TanStack Form adapter

None

TanStack Form version

0.35.0

TypeScript version

5.4.5

Additional context

No response

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

No branches or pull requests

1 participant