Open
Description
When using useTracker
in lazy components I noticed that sometimes data get subscribed, unsubscribed and subscribed again.
This happens because useMemo and useEffect sometimes gets called synchronously, thus comp.stop() gets called too late, resulting in second subscription.