Migrate from Yarn 1 to pnpm (#10465)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Samuel Newman
2026-05-18 17:51:04 +01:00
committed by GitHub
parent b7c2c2f183
commit ff731849b0
87 changed files with 20230 additions and 18252 deletions
+2 -2
View File
@@ -62,7 +62,7 @@ export function RichTextTag({
optimisticUpsert?.find(
m => m.value === tag && m.targets.includes('tag'),
)) &&
!optimisticRemove?.find(m => m?.value === tag),
!optimisticRemove?.find(m => m?.value === tag),
)
/*
@@ -74,7 +74,7 @@ export function RichTextTag({
return word.value === tag
}) || []
)
}, [tag, preferences?.moderationPrefs?.mutedWords])
}, [tag, preferences?.moderationPrefs.mutedWords])
return (
<Menu.Root>