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 fb17ed1 commit 26b0dbeCopy full SHA for 26b0dbe
packages/react-notion-x/src/renderer.tsx
@@ -153,14 +153,14 @@ export function NotionBlockRenderer({
153
154
return (
155
<Block key={id} level={level} block={block} {...props}>
156
- {/* {block?.content?.map((contentBlockId) => (
+ {block?.content?.map((contentBlockId) => (
157
<NotionBlockRenderer
158
key={contentBlockId}
159
blockId={contentBlockId}
160
level={level + 1}
161
{...props}
162
/>
163
- ))} */}
+ ))}
164
</Block>
165
)
166
}
0 commit comments