You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
After upgrading to zone.js 0.8.13 in my angular 4.3 app I can no longer load the page; when pouchdb calls addEventListener it winds up on line 209 of lib/common/events.ts complaining that ReferenceError: _global is not defined.
This issue does not happen if I downgrade to zone.js 0.8.12; it's 100% reproducible in my codebase.
The text was updated successfully, but these errors were encountered:
After upgrading to zone.js 0.8.13 in my angular 4.3 app I can no longer load the page; when pouchdb calls addEventListener it winds up on line 209 of
lib/common/events.ts
complaining thatReferenceError: _global is not defined
.This issue does not happen if I downgrade to zone.js 0.8.12; it's 100% reproducible in my codebase.
The text was updated successfully, but these errors were encountered: