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

Collections breaks Array.prototype.find #9

Closed
jkilesc opened this issue Jun 22, 2017 · 3 comments
Closed

Collections breaks Array.prototype.find #9

jkilesc opened this issue Jun 22, 2017 · 3 comments

Comments

@jkilesc
Copy link

jkilesc commented Jun 22, 2017

This widget will break Array.prototype.find in any project its included into because of this shim in collections

montagejs/collections#165
montagejs/collections#182
montagejs/collections#178

It also breaks Array.prototype.from
montagejs/collections#169

And the crypto library
montagejs/collections#162

@jkilesc
Copy link
Author

jkilesc commented Jun 22, 2017

I fixed mine by downgrading collections to version 2.0.2

@tgohn
Copy link

tgohn commented Jun 27, 2017

Hi @jkilesc

Appreciate the detailed bug report and the work around. 🙇
We'll work on this and see what we can do.

@rd1992
Copy link
Contributor

rd1992 commented Jul 10, 2017

Hi @jkilesc

Thank you for bringing this bug to our attention. We have updated the package.json to use version 2 of collections module. Will update the module once its fixed upstream.

Thanks,
Rajan

@rd1992 rd1992 closed this as completed Jul 10, 2017
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

3 participants