We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db980a commit 832f4daCopy full SHA for 832f4da
packages/react-notion-x/src/components/text.tsx
@@ -259,6 +259,9 @@ export function Text({
259
return <EOI block={externalObjectInstance} inline={true} />
260
}
261
262
+ case 'si':
263
+ return null
264
+
265
default:
266
if (process.env.NODE_ENV !== 'production') {
267
console.log('unsupported text format', decorator)
0 commit comments