Maksim Shila
Maksim Shila
Handsontable not compatible with vue 2.7 since ThisTypedComponentOptionsWithRecordProps takes one more generic argument  Do you plan to update? EDIT: vue released only 4 days ago https://github.com/vuejs/vue/releases
Here is example of project with this error [example.nuxt.zip](https://github.com/handsontable/handsontable/files/9045410/example.nuxt.zip) Only adding exact version of vue to package.json did the trick ` "vue": "2.6.14", "vue-server-renderer": "2.6.14", "vue-template-compiler": "2.6.14" `