pub build producing broken output for elements including scripts and JavaScript components #20336
Labels
area-pkg
Used for miscellaneous pkg/ packages not associated with specific area- teams.
closed-duplicate
Closed in favor of an existing report
P1
A high priority bug; for example, a single project is unusable or has many test failures
This issue was originally filed by mpeters...@gmail.com
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I would expect to see the Polymer element correctly displayed.
Instead, the element is not displayed and I see an exception:
Uncaught TypeError: Cannot read property 'element' of undefined
on line 446 ofisolate_helper.dart
.Please include the following information:
Anything else?
It works with a Polymer dependency of ">=0.11.0 <0.12.0".
If you do not add a script to the element, the element will be displayed.
Attachments:
my-element.html (629 Bytes)
index.html (553 Bytes)
pubspec.yaml (177 Bytes)
The text was updated successfully, but these errors were encountered: