Reactjs – Autofill form with user data does not work on Page Reload while using React Query to fetch data
I have a simple form to update user data. I am using React Query in my app. The form autofills successfully with user data and the user update mutation also works fine. The problem arises when I refresh the page.…