refactor(packages): dry up core, html, and react UI architecture (#699)

This commit is contained in:
rahim
2026-03-03 23:27:53 -08:00
committed by GitHub
parent 8bdd4ce7fa
commit 1edeadefed
110 changed files with 1349 additions and 1359 deletions
@@ -30,7 +30,7 @@ export class BufferingIndicatorElement extends MediaElement {
});
if (__DEV__ && !this.#state.value) {
logMissingFeature(BufferingIndicatorElement.tagName, 'playback');
logMissingFeature(this.localName, this.#state.displayName!);
}
}