deckgo / starter-kit

The developer kit to create slides with DeckDeckGo
https://deckdeckgo.com
MIT License
47 stars 13 forks source link

Firefox and custom elements support #5

Closed peterpeterparker closed 5 years ago

peterpeterparker commented 5 years ago

Firefox < v63 doesn't support (at least per default in v62) custom elements

Workaround: add the polyfill https://github.com/webcomponents/custom-elements

See discussion https://stackoverflow.com/questions/40677265/how-to-get-custom-elements-working-in-firefox

peterpeterparker commented 5 years ago

Coolio, just tested it works in Firefox and Microsoft Edge