Hi,
I have a very simple example here: https://codesandbox.io/p/sandbox/relaxed-solomon-253hk7?file=%2Fsrc%2Findex.js%3A34%2C15
In my project I need to update some state after handsontable updates in order to show some conditional logic based on the updated table data.
However, if the user inputs in invalid value into a field, the table will momentarily indicate this with the red cell, but then reset to white once the rerender happens.
Would appreciate some advice on how to keep this state in hot.
Thanks.