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 Dec 19, 2017. It is now read-only.
a Polymer component handle (e.g. on-tap="tapHandler") should run in the same zone that called await initPolymer(): printing Zone.current should be a CustomZone, not the root zone.
Actual Results
The root zone
The text was updated successfully, but these errors were encountered:
Description
Steps to Reproduce
Initialize polymer in a zone:
Expected Results
a Polymer component handle (e.g.
on-tap="tapHandler"
) should run in the same zone that calledawait initPolymer()
: printingZone.current
should be a CustomZone, not the root zone.Actual Results
The root zone
The text was updated successfully, but these errors were encountered: