Nazar Hnatyuk

Results 1 issues of Nazar Hnatyuk

Hello everyone, I encountered such a problem: mixpanel.identify(); works even when shouldEnableMixpanel = false. What could be the problem? ```js import mixpanel from "mixpanel-browser"; classMixpanelTracker { constructor(shouldEnableMixpanel = false) {...