Type Parameters
T
T
Parameters
key
string
Returns
[T | undefined, (value) => void]
Remarks
The value isundefined until something sets it, and setting it re-renders
every mount reading the same key, including a sibling widget and the expand
panel. The store lives in the browser session: it is not persisted, not shared
between teammates or tabs, and never reaches Tappify or your server — use
useTapStorage for a value that has to come back tomorrow. Throws
TAP_OUTSIDE_HOST outside a mount.