pull/15564/head
Rich Harris 1 year ago
parent 5d8fe0cff8
commit f430de43e0

@ -76,9 +76,10 @@ export function source(v, stack) {
/**
* @template V
* @param {V} v
* @param {Error | null} [stack]
*/
export function state(v) {
const s = source(v);
export function state(v, stack) {
const s = source(v, stack);
push_reaction_value(s);

Loading…
Cancel
Save