Akamai's Cloud Manager is an open-source, single-page application designed as the primary frontend interface for interacting with the Linode API. It is entrusted by hundreds of thousands of customers with the management of their Linode services.
Updates our cache updating logic on the useUpdateUserMutation hook to manually update the profile cache rather than invalidating it ๐ง
This fixes ๐ง the bug :bug: caught by @mjac0bs where the page would exhibit some flickering on the Delete button and Email fields when updating the username of the currently signed in user
Preview ๐ท
Before
After
How to test ๐งช
Prerequisites
Check out this PR or use the preview link
Go to the user profile of the currency signed in user
Description ๐
useUpdateUserMutation
hook to manually update the profile cache rather than invalidating it ๐งPreview ๐ท
How to test ๐งช
Prerequisites
As an Author I have considered ๐ค