We’re using Handsontable 1.10.2 in an Angular 4 app with zone.js 0.8.16. After upgrading to Handsontable Pro 1.13.0, we’re getting the following error:
Unhandled promise rejection Error: Zone.js has detected that ZoneAwarePromise
(window|global).Promise
has been overwritten.
Most likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)
at Function.Zone.assertZonePatched (zone.js:44)
at new NgZone (ng_zone.ts:135)
at PlatformRef_._bootstrapModuleFactoryWithZone (application_ref.ts:358)
at eval (application_ref.ts:333)
at run (handsontable.full.js:36894)
at eval (handsontable.full.js:36907)
at MutationObserver.flush (handsontable.full.js:94861)
at ZoneDelegate.invoke (zone.js:391)
at Zone.runGuarded (zone.js:154)
at MutationObserver. (zone.js:132)
Can anybody please suggest a fix?