Polyfill ElementInternals for material-web components. Fix #18600 (#18638)

This commit is contained in:
Thomas Lovén
2023-11-16 18:17:41 +01:00
committed by GitHub
parent fb95de1f73
commit 36bca04341
9 changed files with 16 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import { customElement } from "lit/decorators";
import "element-internals-polyfill";
import { MdSlider } from "@material/web/slider/slider";
import { CSSResult, css } from "lit";