Hi Wizards ,
using useEffect() i am getting a warning when i try to set something in state .
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
in Unknown
What i am trying to do?
fetching data from an external source after user is authenticated and landed on dashboard.