Inject ElementInternals polyfill where needed (#20818)

This commit is contained in:
Steve Repsher
2024-05-23 14:25:58 -04:00
committed by GitHub
parent 7d2cee650d
commit e0062cf190
18 changed files with 35 additions and 27 deletions

View File

@@ -1,4 +1,3 @@
import "element-internals-polyfill";
import { MdCircularProgress } from "@material/web/progress/circular-progress";
import { PropertyValues, css } from "lit";
import { customElement, property } from "lit/decorators";