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
If I render this component conditionally (toggling a checkbox) it will subscribe / unsubscribe from contacts. How? There is no $m or Tracker. I also can't see an onDestroy being generated for this component. What is this magic and how do I disable it? Does melte somehow globally wrap every component in a Tracker?
Edit: I need this because I want certain subscriptions to be subscribed to lazily (once needed) but then keep them open forever. I had this abstracted away and wondered why it was unsubscribing.
The text was updated successfully, but these errors were encountered:
I'm probably just very confused right now. To track down some subscription issue I've narrowed it down to this:
If I render this component conditionally (toggling a checkbox) it will subscribe / unsubscribe from
contacts
. How? There is no$m
orTracker
. I also can't see anonDestroy
being generated for this component. What is this magic and how do I disable it? Does melte somehow globally wrap every component in a Tracker?Edit: I need this because I want certain subscriptions to be subscribed to lazily (once needed) but then keep them open forever. I had this abstracted away and wondered why it was unsubscribing.
The text was updated successfully, but these errors were encountered: