Backport changes from WordPress/gutenberg/pull/64825
This commit is contained in:
parent
9de00be44c
commit
b12fd1c59b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue