-
Notifications
You must be signed in to change notification settings - Fork 184
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#find behavior #165
Comments
Seriously, this stupid module is breaking my code. Please unpublish. |
For what it's worth, I'm sorry. |
It's worth noting that this issue is fixed in version 2, but walked backward in version 3 and I think 4. It might be good for the collections community for the version of this library with the "latest" tag in npm is one that fixes this problem and that legacy applications should pin to the legacy versions. |
Duplicate #185 |
Spotted here node-opcua/node-opcua#248
Collections v5.0.5 seems to break and replace some Array methods, introducing breaking changes.
How to reproduce:
The text was updated successfully, but these errors were encountered: