Closed kewitz closed 7 years ago
There are some cases where F.diffReachable returns a value null which in turn throws
F.diffReachable
null
TypeError: Cannot read property '0' of null index.js:97 push(k, patch[k][0])
this change will make it massively slower
@dominictarr I can't confirm you the performance penalties but I can say that, at least, patchwork is working.
There are some cases where
F.diffReachable
returns a valuenull
which in turn throws