Apply flat polyfill globally (#10222)

This commit is contained in:
Jack Wilsdon 2021-10-10 13:33:42 +01:00 committed by GitHub
parent dc8d837e88
commit 5bc0feacf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import "../auth/ha-authorize";
import "../resources/ha-style"; import "../resources/ha-style";
import "../resources/roboto"; import "../resources/roboto";
import "../resources/safari-14-attachshadow-patch"; import "../resources/safari-14-attachshadow-patch";
import "../resources/array.flat.polyfill";
/* polyfill for paper-dropdown */ /* polyfill for paper-dropdown */
setTimeout( setTimeout(

View File

@ -4,6 +4,7 @@ import "../onboarding/ha-onboarding";
import "../resources/ha-style"; import "../resources/ha-style";
import "../resources/roboto"; import "../resources/roboto";
import "../resources/safari-14-attachshadow-patch"; import "../resources/safari-14-attachshadow-patch";
import "../resources/array.flat.polyfill";
declare global { declare global {
interface Window { interface Window {