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
I try mixpanel.init() with the autocapture argument:
mixpanel.init(MIXPANEL_TOKEN, { debug: MP_DEBUG, persistence: "localStorage", autocapture: true, });
I get the following typescript error: Object literal may only specify known properties, and 'autocapture' does not exist in type 'Partial<Config>'.
Object literal may only specify known properties, and 'autocapture' does not exist in type 'Partial<Config>'.
Here is my package.json
{ "dependencies" : { "mixpanel-browser": "^2.60.0", "@types/mixpanel-browser": "^2.51.0", } }
The text was updated successfully, but these errors were encountered:
We don't maintain DefinitelyTyped, you can open a PR on that repo for them to review
Sorry, something went wrong.
No branches or pull requests
I try mixpanel.init() with the autocapture argument:
I get the following typescript error:
Object literal may only specify known properties, and 'autocapture' does not exist in type 'Partial<Config>'.
Here is my package.json
The text was updated successfully, but these errors were encountered: