Hello
I’m upgrading my smart-webcomponents-angular from 8.1.0 to 9.3.11 and i’m getting following error:
Uncaught ReferenceError: regeneratorRuntime is not defined
Uncaught ReferenceError: regeneratorRuntime is not defined
at smart.window.js:2
at Object.6447 (smart.window.js:2)
at n (smart.window.js:2)
at smart.window.js:2
at smart.window.js:2
at Object.uQ61 (smart.window.js:2)
at __webpack_require__ (bootstrap:79)
at Module.6ciF (vendor.js:54984)
at __webpack_require__ (bootstrap:79)
at Module.ZAI4 (app.module.ts:1)
I’m using angular 10.2
Do I need to change anything to update the app to latest version?
Peter