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
fix: Pass null post ID for local drafts in GutenbergKit (#22580)
Local draft posts have remotePostId defaulting to 0, which was
passed directly to GutenbergKit's setPostId(). GBK expects null
for unsaved posts. Now check isLocalDraft and pass null instead.
0 commit comments