Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

angular2-polyfills.min.js throws deprecation warning since beta.3 #262

Closed
tamalnath opened this issue Feb 23, 2016 · 4 comments
Closed

angular2-polyfills.min.js throws deprecation warning since beta.3 #262

tamalnath opened this issue Feb 23, 2016 · 4 comments

Comments

@tamalnath
Copy link

While loading, I am getting below error in browser console:

DEPRECATION WARNING: 'enqueueTask' is no longer supported and will be removed in next major release. Use addTask/addRepeatingTask/addMicroTask

DEPRECATION WARNING: 'dequeueTask' is no longer supported and will be removed in next major release. Use removeTask/removeRepeatingTask/removeMicroTask

Please get rid of it.

The issue was initially raised for angular module, but @pkozlowski-opensource advised to raise the issue for zone.js. The original bug number is: #7007.

@mhevery
Copy link
Contributor

mhevery commented Mar 2, 2016

Should be fixed in v0.6.0

@tamalnath
Copy link
Author

@mhevery This warning is still coming in angular2-polyfills.min.js for version 2.0.0-beta.8.

@jthantranon
Copy link

FYI - Manually npm'd the new zone 0.6.2 and edited angular2 beta.8's package to use zone 0.6.2 and I'm still getting the DEP warnings.

@mhevery
Copy link
Contributor

mhevery commented Mar 4, 2016

0.6 is a huge breaking change, you can't just git it. you need to wait for
angular/angular#7345

On Fri, Mar 4, 2016 at 8:02 AM John Thantranon notifications@github.com
wrote:

FYI - Manually npm'd the new zone 0.6.2 and edited angular2 beta.8's
package to use zone 0.6.2 and I'm still getting the DEP warnings.


Reply to this email directly or view it on GitHub
#262 (comment).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants