fix: reify hydra pattern

This commit is contained in:
Felix Roos 2024-04-03 23:06:02 +02:00
parent d06b70c28d
commit 610c848ff4

View File

@ -47,4 +47,4 @@ export function clearHydra() {
globalThis.shape = controls.shape;
}
export const H = (p) => () => p.queryArc(getTime(), getTime())[0].value;
export const H = (p) => () => reify(p).queryArc(getTime(), getTime())[0].value;