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
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
#28
Open
ilibilibom opened this issue
Dec 22, 2019
· 1 comment
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 Facebook (at Hero.tsx:27)
in RCTView (at Hero.tsx:26)
in RCTView (at ImageBackground.js:60)
in ImageBackground (at Hero.tsx:15)
in RCTView (at Hero.tsx:14)
in Hero (at SignIn.tsx:15)
I'm can't understand were is this error coming from:
this is Hero:
I read about this error that it's probably related to a promise that is fulfilled after the component was unmounted.
Can you please help show me where is this coming from ?
The text was updated successfully, but these errors were encountered:
Hi
I'm getting this error after user logs in:
I'm can't understand were is this error coming from:
this is Hero:
and this is my App.tsx
I read about this error that it's probably related to a promise that is fulfilled after the component was unmounted.
Can you please help show me where is this coming from ?
The text was updated successfully, but these errors were encountered: