iron-demo-helpers
iron-demo-helpers copied to clipboard
Template content doesn't render in snippet on Firefox
Here's a demo-snippet on Chrome:
Here's the same demo-snippet on Firefox:
Notice the template
content doesn't show up in the snippet on Firefox.
Oof, I think this is a known problem of the webcomponents
polyfill. See: https://github.com/webcomponents/webcomponentsjs/issues/362 or https://github.com/webcomponents/webcomponentsjs/issues/498.
I tried to fix this in https://github.com/PolymerElements/iron-demo-helpers/pull/6 but it was really messy, so I don't think this will work right :(