Hi,
Following is the context environment:
Angular version installed
10.0.8
And in package.json we have following the dependencies:
“@handsontable/angular”: “^10.0.0”
“handsontable”: “^10.0.0”
When we run our application using the command “ng run serve”, we do not see any issues.
But when the build is created using the command “npm run build-prod” and deployed in the runtime http server we are seeing the following exception when the application is launched:
t.addLocalHook is not a function.
Please let us know on this.
Thanks