evilB
Results
2
issues of
evilB
Set the subscription to this.mappedValueComputed after setting of this.previousMappedValue see issue #12
When creating a map in my program, for example: original array: [1,2] to [1_1,2_2] I sometimes get the unexpected resulting array [1,1,4,4]. When adding a 3rd element (3) to the...