-
Notifications
You must be signed in to change notification settings - Fork 32
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
Switches processingContext for useMutation #3074
base: main
Are you sure you want to change the base?
Conversation
9e72c16
to
5cc56ba
Compare
/publish |
PR release:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main reason I ended up using a custom approach for this was that I did not like useMutation's behavior wrt. the pending state. As you can see in the video, everything always blinks into and out of disabled state when navigating, even though there are no async things happening that needs to be waited for. Its subtle, but I found it quite disturbing.
Screen.Recording.2025-03-05.at.09.44.03.mov
Another thing, since you are using Screen.Recording.2025-03-05.at.13.48.20.mov |
/publish |
PR release:
|
|
Description
Related Issue(s)
Verification/QA
kind/*
label to this PR for proper release notes grouping