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
Our Angular2 code-base of RWC uses es6-promise for defining Promise interface as well as PromiseLike definition from our lib.d.ts. With our recent change, Thenable and PromiseLike is no longer compatible.
The text was updated successfully, but these errors were encountered:
Our Angular2 code-base of RWC uses es6-promise for defining Promise interface as well as PromiseLike definition from our lib.d.ts. With our recent change,
Thenable
andPromiseLike
is no longer compatible.The text was updated successfully, but these errors were encountered: