mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(site): add buffering indicator api reference
closes #532 closes #533
This commit is contained in:
@@ -46,6 +46,7 @@ export const BufferingIndicator = forwardRef(function BufferingIndicator(
|
||||
|
||||
const state = useSyncExternalStore(
|
||||
(cb) => core.state.subscribe(cb),
|
||||
() => core.state.current,
|
||||
() => core.state.current
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user