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
Configuration:
Steps to reproduce the problem:
What is the expected behavior? (add screenshot)
[1,2].includes(1) should return true, not false
The text was updated successfully, but these errors were encountered:
fwiw, the polyfill comes from core-js library
Sorry, something went wrong.
@yurydelendik unless I completely misunderstood something, according to the core-js author the fault is not in his polyfill:
babel/babel#7419
(please look the last comment on that issue)
Array.prototype.includes
String.prototype.includes
Successfully merging a pull request may close this issue.
Configuration:
Steps to reproduce the problem:
What is the expected behavior? (add screenshot)
[1,2].includes(1) should return true, not false
The text was updated successfully, but these errors were encountered: