Skip to content

Commit 5461b4a

Browse files
committed
Backport changes from WordPress/gutenberg/pull/65090
1 parent 4da1896 commit 5461b4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/woocommerce-blocks/assets/js/interactivity/directives.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,10 @@ export default () => {
290290
currentValue.current,
291291
deepClone( value ) as object
292292
);
293-
currentValue.current = proxifyContext(
293+
result[ namespace ] = proxifyContext(
294294
currentValue.current,
295295
inheritedValue[ namespace ]
296296
);
297-
result[ namespace ] = currentValue.current;
298297
}
299298
return result;
300299
}, [ defaultEntry, inheritedValue ] );

0 commit comments

Comments
 (0)