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:
@@ -83,6 +83,10 @@ export class PlayerController<Store extends PlayerStore, Result = Store> impleme
|
||||
return this.#store?.value;
|
||||
}
|
||||
|
||||
get displayName(): string | undefined {
|
||||
return this.#selector?.displayName;
|
||||
}
|
||||
|
||||
hostConnected(): void {
|
||||
const store = this.#consumer.value;
|
||||
if (store) this.#connect(store);
|
||||
|
||||
Reference in New Issue
Block a user