Using handsontable with Angular and NGXS

Thanks for replying and i’ll try to create one. But since you want me to recreate the issue, does that mean that handsontable should work properly (with viewing and editing) with NGXS? Cause what I do is I have a state Selector like this:
@Selector(SampleState.getAll) data$: Observable<any>;

Then I use it on the handsontable like:
<hot-table [data]="data$ | async" [settings]="hotSettings"></hot-table>

The table loads the data and display everything. The problem occurs when I start editing and press enter then I get the following error: