uPortal-Project / uPortal-web-components

A collection of uPortal Web Components and JavaScript utilities
https://uportal-project.github.io/uPortal-web-components
Apache License 2.0
24 stars 25 forks source link

Content Carousel: Not rendering in uPortal using Firefox #86

Closed cparaiso closed 6 years ago

ChristianMurphy commented 6 years ago

It looks like the attachShadow polyfill from https://github.com/WebReflection/document-register-element conflicts with the polyfill from https://github.com/webcomponents/webcomponentsjs

Right now we need both Polyfills because the Vue components use web component spec v1 and the react components use web component spec v0. It looks like the best path forward is to resolve https://github.com/PixelsCommander/ReactiveElements/issues/92 so we can use one polyfill for all components.

ChristianMurphy commented 6 years ago

https://github.com/PixelsCommander/ReactiveElements/pull/93 should resolve this