I found a bug which causes handsontable to crash when removing a column after inserting a formula.
This are the steps to reproduce it:
- Create a HOT table 20x20 using Hyperformula as engine.
- Add any value to cell
A1
- Add a formula like
=A1
to cellD4
- Remove column
A
using the context menu.
Here is a video demonstration:
And here a sandbox with a basic table:
https://codesandbox.io/p/sandbox/unruffled-fermi-yyq4zz?file=%2Fsrc%2FApp.vue%3A24%2C1
Its probably related to this: [GH #10569] Adding columns after insterting value throws error