fix: reify hydra pattern
This commit is contained in:
parent
d06b70c28d
commit
610c848ff4
1 changed files with 1 additions and 1 deletions
|
|
@ -47,4 +47,4 @@ export function clearHydra() {
|
||||||
globalThis.shape = controls.shape;
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue