You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is likely due to running the app in Strict Mode, which causes React to render components twice in development, triggering the useEffect cleanup function and aborting the request prematurely. Try commenting out Strict Mode in index.js temporarily to see if this resolves the problem.
Hi
I just am able to run the code without errors if I comment the signal inside the axiosPrivate.get of Users.js:
Any idea why?
Regards
The text was updated successfully, but these errors were encountered: