Banno / polymer-webpack-loader

WebPack Loader for Polymer Web Components
MIT License
192 stars 48 forks source link

:host selector does not work when polyfilled #77

Closed justinlovinger closed 6 years ago

justinlovinger commented 6 years ago

The :host selector does not function on browsers requiring a shadow dom polyfill, when using polymer-webpack-loader.

This affects polymer elements and vanilla custom elements.

Edit: It appears to work with Edge, but not Firefox.

Edit: Issue may not be related to polymer-webpack-loader.

ChadKillingsworth commented 6 years ago

This can happen when you forget to call super.connectedCallback.