-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
Table of Contents
- Expected Behavior
- Current Behavior
- Possible Solution
- Steps to Reproduce (for bugs)
- Context
- Your Environment
Expected Behavior
After enabling the provided Mixpanel helper, mixpanel.track() should work.
Current Behavior
After enabling the Mixpanel helper, the mixpanel global is a different shape entirely - and doesn't have a track method.
error/global after enabling helper
Possible Solution
Steps to Reproduce (for bugs)
- check existing mixpanel global prior to enabling the library's mixpanel helper
- enable library's mixpanel helper
- check error in console regarding missing track method/mixpanel global
Context
Can't use the helper, and will have to set up my mixpanel events manually. Not the end of the world.
Your Environment
- Version used:
^2.0.1 - Browser Name and version:
Chrome 59.0.3071.115 - Operating System and version (desktop or mobile):
OS X 10.12.5 - Link to your project: N/A
Metadata
Metadata
Assignees
Labels
No labels

