@HtmlImport in vaadin 8 to import WebComponent like in the example game-car

Hi,

I implemented the game card demo to import a web component in a vaadin application presented in https://vaadin.com/framework/whatsnew#

It works in google chrome newest version but doesn’t work in firefox newset version. The browser says it loads the javascript, but then nothing happens in the page is stuck in loading. Any Tipps?

Found it out, needed to include the WebComponents loader in the UI class
@JavaScript(“vaadin://bower_components/webcomponentsjs/webcomponents-loader.js”)

Hopefully that will become increasingly unnecessary in the future :slight_smile: