Hello, I have issue with handsontable validation using subject and matDialog.
I want to call ValidateCells and pass this value to subject, then subscribe on this subject and handle errors. The problem is when I open matDialog, it opens 2 times and I cant close it.
I couldn’t find out why it happens because debugger freezes with no errors. hotInstance also exists at this moment and validation is correct. Hook afterValidate also doesnt help.
On the other side, it works perfect if I wrap validateCells in promise.then((res) => subject.next(res)).