Open hsmptg opened 3 months ago
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