feat(react): orientation-aware buffer styling and slider improvements (#671)

This commit is contained in:
Sam Potts
2026-03-02 11:40:58 +11:00
committed by GitHub
parent e3d7f4b277
commit 86b2f4d3b4
8 changed files with 68 additions and 22 deletions
@@ -1,3 +1,5 @@
'use client';
import { useReducer } from 'react';
export function useForceRender() {