Closed Raiondesu closed 5 years ago
This is a direct consequence of using array.splice() with array.findIndex:
array.splice()
array.findIndex
https://github.com/raiondesu-experiments/eventhoven/blob/0eb59788074d1586bcdfa013f946a398a8494c3c/src/unsubscribe.ts#L30
This is a direct consequence of using
array.splice()
witharray.findIndex
:https://github.com/raiondesu-experiments/eventhoven/blob/0eb59788074d1586bcdfa013f946a398a8494c3c/src/unsubscribe.ts#L30