Backport changes from WordPress/gutenberg/pull/64825

This commit is contained in:
David Arenas 2024-08-28 12:51:54 +02:00 committed by Tung Du
parent 9de00be44c
commit b12fd1c59b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import { withScope } from '../utils';
/** /**
* Identifier for property computeds not associated to any scope. * Identifier for property computeds not associated to any scope.
*/ */
const NO_SCOPE = Symbol(); const NO_SCOPE = {};
/** /**
* Structure that manages reactivity for a property in a state object. It uses * Structure that manages reactivity for a property in a state object. It uses