-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zone.js ZoneAwarePromise Error #141
Comments
We have had the same problem with angular (7/8). FreeDraw.js: delete: add: |
thank you for the comment ! I'll try your solution and post the results later |
Hi guys, Can you please help me? |
In my case, updating zone.js to 0.10.3 solved this issue. |
Hello, after integrating freedraw with my project, it shows this error on page load and nothing works:
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.)
All I did was add:
const freeDraw = new FreeDraw();
map.addLayer(freeDraw);
The text was updated successfully, but these errors were encountered: