We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After enabling the provided Mixpanel helper, mixpanel.track() should work.
mixpanel.track()
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
Can't use the helper, and will have to set up my mixpanel events manually. Not the end of the world.
^2.0.1
Chrome 59.0.3071.115
OS X 10.12.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.1
Chrome 59.0.3071.115
OS X 10.12.5
The text was updated successfully, but these errors were encountered: