Table of Contents
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.
working mixpanel global

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
Table of Contents
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.
working mixpanel global

error/global after enabling helper

Possible Solution
Steps to Reproduce (for bugs)
Context
Can't use the helper, and will have to set up my mixpanel events manually. Not the end of the world.
Your Environment
^2.0.1Chrome 59.0.3071.115OS X 10.12.5