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
What would cause the loaded callback not to fire? Is there a error callback that we can hook into? The loaded callback runs half the time the other half it is never called. Any help is greatly appreciated. Thanks
test('mixpanel service asynchronously initializes a mixpanel instance',asyncfunction(assert){constservice=newMixpanelService('token');awaitservice.mpInstance;constid=service.mpInstance.get_distinct_id()assert.equal(typeofid,'string');});
The text was updated successfully, but these errors were encountered:
arenoir
added a commit
to arenoir/mixpanel-js
that referenced
this issue
Oct 14, 2024
What would cause the
loaded
callback not to fire? Is there a error callback that we can hook into? The loaded callback runs half the time the other half it is never called. Any help is greatly appreciated. Thanks"mixpanel-browser": "^2.47.0",
The test:
The text was updated successfully, but these errors were encountered: