Raiondesu / eventhoven

Event manager that composes events effortlessly 🎵
https://www.npmjs.com/package/eventhoven
MIT License
5 stars 1 forks source link

If invalid handler is passed to `unsubscribe`, the last one is deleted instead #27

Closed Raiondesu closed 5 years ago

Raiondesu commented 5 years ago

This is a direct consequence of using array.splice() with array.findIndex:

https://github.com/raiondesu-experiments/eventhoven/blob/0eb59788074d1586bcdfa013f946a398a8494c3c/src/unsubscribe.ts#L30