bombbomb / BBCore

A Javascript API to use BombBomb services
4 stars 12 forks source link

Modifying Array.prototype.find #23

Closed carterzenk closed 5 years ago

carterzenk commented 6 years ago

While using this library, I was noticing some weird behavior when using Array.find. After some digging, I found this library is re-defining the Array.find function on the Array.prototype. This is causing issues with other libraries we are using that are depending on the native implementation of Array.find.

repro link

gwing33 commented 6 years ago

🤦‍♂️ - Why is this not fixed yet?

TomPendergrass commented 5 years ago

Fixed in a recent update.