Skip to content

Commit 832f4da

Browse files
committed
fix: return null for suggested edits
1 parent 9db980a commit 832f4da

File tree

1 file changed

+3
-0
lines changed
  • packages/react-notion-x/src/components

1 file changed

+3
-0
lines changed

packages/react-notion-x/src/components/text.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ export function Text({
259259
return <EOI block={externalObjectInstance} inline={true} />
260260
}
261261

262+
case 'si':
263+
return null
264+
262265
default:
263266
if (process.env.NODE_ENV !== 'production') {
264267
console.log('unsupported text format', decorator)

0 commit comments

Comments
 (0)