Javascript – React useEffect only updating profile details on page refresh and not after login
After logging in the users profile details will only update once the page is refreshed. I am using the MERN stack for this application. For the useEffect, I have tried it with empty square brackets, without any brackets and with…