-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Auto-registration of polymer-elements broken? #221
Comments
According to 9a0879f, it looks like you can now add a |
Eric: That was it. Thanks. |
We've temporarily removed the ability to declaratively register a custom element without script. We're currently refining the design of declarative custom elements in polymer such that it works well with native implementations of custom elements and HTML imports. |
This is back in action, correct? Can we close it? |
Yes, noscript is back and should be working now, closing. |
The polymer-all commit e48bc25c537b2353023ec4f4c2e2b10496ce2d05 seems to have broken auto-registration of custom elements defined with
<polymer-element>
. Elements without a script that explicitly calls Polymer(...) appear to no longer get recognized.Was auto-registration intentionally rolled back?
The text was updated successfully, but these errors were encountered: