Flow: AppTheme doesn't work on FireFox

Created on 25 Nov 2020  路  1Comment  路  Source: vaadin/flow

App theme fails to load on firefox as new CSSStyleSheet causes a TypeError: Illegal constructor
This is because at the moment constructable stylesheets are only implemented in chrome.

The feature is on the road map for FireFox, but until it's there we need to add a polyfill for the feature.

bug theming

>All comments

Was this page helpful?
0 / 5 - 0 ratings