feat(site): add buffering indicator api reference

closes #532
closes #533
This commit is contained in:
Darius Cepulis
2026-02-13 09:24:04 -06:00
parent 961909b5f5
commit 84b7b0774a
9 changed files with 196 additions and 0 deletions
@@ -46,6 +46,7 @@ export const BufferingIndicator = forwardRef(function BufferingIndicator(
const state = useSyncExternalStore(
(cb) => core.state.subscribe(cb),
() => core.state.current,
() => core.state.current
);