Client
Tracker.active
import { Tracker } from 'meteor/tracker'
Source True if there is a current computation, meaning that dependencies on reactive data sources will be tracked and potentially cause the current computation to be rerun.
Tracker.active
import { Tracker } from 'meteor/tracker'
Source True if there is a current computation, meaning that dependencies on reactive data sources will be tracked and potentially cause the current computation to be rerun.
Please login to continue.