-
Notifications
You must be signed in to change notification settings - Fork 248
shadow_dom_components example crashing in Firefox #1337
Comments
Does this still happen on the latest master ? |
Yes This can be seen in the Travis builds too https://travis-ci.org/angular/angular.dart/jobs/33940103#L1297 |
@vsavkin do you work on this ? |
@Pajn I believe an old version the web_components package causes the crash. I tried the example app with web_components 0.6.0+1 and it worked fine. Can you try to upgrade the package? |
@vicb no, I am working on transcluding components. |
Both 0.5.0+1 and 0.6.0+1 works, however the version 0.3.3 specified in the lockfile doesn't (which means that just a |
There is not question whether the lock file must be updated. I would also like to have the constraint added the yaml file, @jbdeboer what do you think ? |
Can't reproduce. |
After compiling the shadow_dom_components example and running it in Firefox it crashes with this printout in the console:
This happens with both Dart stable and dev releases with Angulars master (commit 3ec5d75)
The text was updated successfully, but these errors were encountered: