montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Collections interrupt MongoDB connection #234

Open viktorzavadil opened 4 years ago

viktorzavadil commented 4 years ago

The shim-array script affects common Array object and it breaks MongoDB connection.

It's the same issue like https://github.com/montagejs/collections/issues/197 https://github.com/montagejs/collections/issues/169 https://github.com/montagejs/collections/issues/185 etc...

Why upgrade/v2 branch is not merged into the master?

I am frustrated because I spent a lot of hours debugging this problem.