Skip to content

Commit

Permalink
Backport changes from WordPress/gutenberg/pull/64825
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Aug 28, 2024
1 parent 9de00be commit ff661e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { withScope } from '../utils';
/**
* 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
Expand Down

0 comments on commit ff661e7

Please sign in to comment.