Open pnowak opened 5 years ago
Hi!
and I implemented the slowCheck removed by you
Could you elaborate more on this? It's true that I maintain this lib but I don't remember removing this. Could you link the PR or the commit I (or someone) did this? You'd make it easier for me to help.
Thanks
I thought about this PR - https://github.com/Starcounter-Jack/JSON-Patch/pull/104
We need this slowCheck
, because we need observe changes, not only react to DOM events.
Hi.
When I added JSON-Patch to dependencies (so after yours fix https://github.com/Starcounter-Jack/JSON-Patch/pull/212/files) and I implemented the
slowCheck
removed by you to ourdataObserver
- https://github.com/handsontable/handsontable/pull/5575 - we noticed that the memory leak still continues. Unless I did something wrong.