We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4956690 commit fd0a051Copy full SHA for fd0a051
packages/core-data/src/resolvers.js
@@ -23,6 +23,7 @@ import {
23
getUserPermissionsFromAllowHeader,
24
ALLOWED_RESOURCE_ACTIONS,
25
RECEIVE_INTERMEDIATE_RESULTS,
26
+ isNumericID,
27
} from './utils';
28
import { fetchBlockPatterns } from './fetch';
29
@@ -157,6 +158,7 @@ export const getEntityRecord =
157
158
if (
159
window.__experimentalEnableSync &&
160
entityConfig.syncConfig &&
161
+ isNumericID( key ) &&
162
! query
163
) {
164
if ( globalThis.IS_GUTENBERG_PLUGIN ) {
0 commit comments