proxied-state-each-blocks
Rich Harris 7 months ago
parent 826090ecfb
commit adf738d077

@ -48,7 +48,7 @@ function init(value) {
/** @type {ProxyHandler<StateObject>} */
const handler = {
get(target, prop, receiver) {
get(target, prop) {
if (prop === STATE_EACH_SYMBOL) {
return parent;
}

Loading…
Cancel
Save