So I have been trying out how the Handsontable library works before trying to implement it in any of my personal projects however in the sandbox I’ve used the Hot library Im getting tons of errors (even though it works kind of alright).
Here is the sandbox:
And the errors im getting are similar in nature, for example:
[Vue warn]: Invalid default value for prop "afterDropdownMenuExecute": Props with type Object/Array must use a factory function to return the default value.
Im not sure if this is something that only happens in the codesandbox or did I do something wrongly, or will it also appear in my project. I would like to avoid having so many console errors, so I am looking for help with this issue, thanks!.