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

Uncaught TypeError: Array.includes is not a function #34

Closed
yanickrochon opened this issue Dec 29, 2016 · 3 comments
Closed

Uncaught TypeError: Array.includes is not a function #34

yanickrochon opened this issue Dec 29, 2016 · 3 comments

Comments

@yanickrochon
Copy link

I get this from the latest version (0.0.4) running in Meteor, on the client side.

@yanickrochon
Copy link
Author

I am actually surprised this has never come up before. It seems that Array.includes is not JavaScript specs, and it should be Array.prototype.includes instead, and it is not supported in IE (not that I care about that, really).

I am still looking at what change make this error happen... and my guess is that some polyfill is missing, now.

@yanickrochon
Copy link
Author

It seems I am right. Removing babel-polyfill also removed the Array.includes method.

@yanickrochon
Copy link
Author

Oops! Duplicate of #33

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