Skip to content
New issue

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

Enabling Mixpanel helper breaks mixpanel.track() #38

Open
joeyfigaro opened this issue Jul 21, 2017 · 0 comments
Open

Enabling Mixpanel helper breaks mixpanel.track() #38

joeyfigaro opened this issue Jul 21, 2017 · 0 comments

Comments

@joeyfigaro
Copy link

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)

  1. check existing mixpanel global prior to enabling the library's mixpanel helper
  2. enable library's mixpanel helper
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant