-
Notifications
You must be signed in to change notification settings - Fork 367
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
fix: [M3-8589] - Flickering on the user profile page when updating the currently signed in user's username #10947
Conversation
…e currently signed in user's username
Coverage Report: ✅ |
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.
Thank you, the update is smooth now!
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.
Thank you, change looks good and fix confirmed ✅
Can we rerun the test suites for sanity?
…ating-currently-logged-in-username
…e currently signed in user's username (linode#10947) * update the profile cache manually rather than doing an invalidation * Added changeset: Flickering on the user profile page when updating the currently signed in user's username --------- Co-authored-by: Banks Nussman <banks@nussman.us>
Description 📝
useUpdateUserMutation
hook to manually update the profile cache rather than invalidating it 🔧Preview 📷
Screen.Recording.2024-09-16.at.1.24.15.PM.mov
Screen.Recording.2024-09-16.at.1.25.18.PM.mov
How to test 🧪
Prerequisites
As an Author I have considered 🤔