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.
It looks like the
attachShadow
polyfill from https://github.com/WebReflection/document-register-element conflicts with the polyfill from https://github.com/webcomponents/webcomponentsjsRight 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.