-
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
Crash when Polymer/Platform loaded twice #478
Comments
If we made that work, then every time you loaded a component, the browser would reload |
Note the above is specifically about |
Just curious: doesn't the browser reload and reparse Note that I'm not saying it's great practice, but it looks as though it actively crashes things when I try. Am I wrong? |
No, you are not wrong. I'm saying there is a disincentive to fix it, because it would allow people to do things which are bad for everybody. |
Good enough :). Thanks! |
If Polymer gets loaded more than once via
Polymer & Platform will crash. Is there any sane way to recover?
e.g. http://jsbin.com/yisadate/1/edit
Why?!
It would be cool to have documents that contain polymer definitions and markup to display what they are. e.g. Visiting
component.html
would display information about the component (and even render it!), but using it in alink
tag will only pay attention to the<polymer-element>
.The text was updated successfully, but these errors were encountered: