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 has been archived by the owner on Feb 26, 2024. It is now read-only.
Even if I try to:
I get
zone is not defined
because the function Zone.patchSetClearFn assumes window.zone exists (i.e. in line 133).Perhaps Zone.init should just installs on window.zone independently of module.exports, but export the created instance as well.
Any thoughts?
The text was updated successfully, but these errors were encountered: