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
I get the warning Warning: Can't perform a React state update on an unmounted component.
The warning happens when I navigate around my web app, and by that mount and unmount components that uses subscriptions.
After the warning occurs, all subscriptions will not update anymore.
I get the warning
Warning: Can't perform a React state update on an unmounted component.
The warning happens when I navigate around my web app, and by that mount and unmount components that uses subscriptions.
After the warning occurs, all subscriptions will not update anymore.
There have been a similar issue in apollo: apollographql/apollo-client#6209
The check in gqty for whether the relevant component is mounted does not seem to work.
Full stack trace:
The text was updated successfully, but these errors were encountered: