From 44b97fdd71f5ed71dd7c49cda13318bcc0831afc Mon Sep 17 00:00:00 2001 From: Herman Wikner Date: Fri, 8 Mar 2024 15:20:21 +0100 Subject: [PATCH] fix(comments): use `_weak` instead of `weak` --- .../src/hooks/use-comment-operations/createOperation.ts | 4 +--- packages/sanity/src/structure/comments/src/types.ts | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/sanity/src/structure/comments/src/hooks/use-comment-operations/createOperation.ts b/packages/sanity/src/structure/comments/src/hooks/use-comment-operations/createOperation.ts index 8d45df211aa..80f6abb28cb 100644 --- a/packages/sanity/src/structure/comments/src/hooks/use-comment-operations/createOperation.ts +++ b/packages/sanity/src/structure/comments/src/hooks/use-comment-operations/createOperation.ts @@ -86,13 +86,11 @@ export async function createOperation(props: CreateOperationProps): Promise