-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Cannot set property once" error when used with zone.js #531
Comments
I am facing the same issue for the last 5 days. Any update on this? |
The same problem. Are there any solutions? |
I have the same issue. Is this the problem here? https://github.com/webcomponents/polyfills/blob/master/packages/webcomponentsjs/ts_src/platform/event-listener-options.ts#L26 |
Unfortunately, my current solution to this is to use the previous minor version. |
@tappmax downgrading to 2.6 also works for me. Hopefully this is fix in the next releases. |
Can confirm, problem is still actual. |
Still actual |
Same here, the bug still actual |
Description
When used with zone.js (all Angular applications), following error is thrown:
Steps to reproduce
Generate an Angular app and include this polyfill. Start the app.
I've verified that adding a
once
setter removes the error.Expected behavior
Should not throw error
Actual behavior
Above error is thrown
Version
This was introduced in version 2.7 by this PR #469
Browsers affected
Only tested on Chrome
The text was updated successfully, but these errors were encountered: