mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
refactor(packages): dry up core, html, and react UI architecture (#699)
This commit is contained in:
@@ -30,7 +30,7 @@ export class BufferingIndicatorElement extends MediaElement {
|
||||
});
|
||||
|
||||
if (__DEV__ && !this.#state.value) {
|
||||
logMissingFeature(BufferingIndicatorElement.tagName, 'playback');
|
||||
logMissingFeature(this.localName, this.#state.displayName!);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user