If someone could tell me what code functionality change happened, I would love you forever
Have no idea why but this fixed a bug
https://github.com/MutinyWallet/blastr/commit/f46e90ecd323650d30b5d2a81a1ec3747ff6daef
If someone could tell me what code functionality change happened, I would love you forever
Have no idea why but this fixed a bug
https://github.com/MutinyWallet/blastr/commit/f46e90ecd323650d30b5d2a81a1ec3747ff6daef
Eyeballing it - looks like the "map" on the new line 361 would cause the filter contains x code to run on each item instead of all the items.
No it is an option
( A && B ) || C versus A && ( B || C )