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
@Floriferous it's normal for the subcomponent to re-run.
You logout -> Your subscriptions get updated. If you did not unmount the component, it may take some time before React unmounts it thus triggering unsubscribe. I would advise you to do something like history.push('/login'); Meteor.logout(), so you already unmount anything unnecessary.
Flow:
This was the fix, but I'm not sure exactly why, I leave it here to merge it later.
The text was updated successfully, but these errors were encountered: