You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.info(`Drupal: Creating node manifest with id ${manifestId}`)
397
+
398
+
unstable_createNodeManifest({
399
+
manifestId,
400
+
node: gatsbyNode,
401
+
})
402
+
}elseif(!hasLoggedContentSyncWarning){
403
+
hasLoggedContentSyncWarning=true
404
+
console.warn(
405
+
`Drupal: Your version of Gatsby core doesn't support Content Sync (via the unstable_createNodeManifest action). Please upgrade to the latest version to use Content Sync in your site.`
0 commit comments