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 7facad7 commit e971f84Copy full SHA for e971f84
src/utils.ts
@@ -15,7 +15,7 @@ const groupBlockContent = (blockMap: BlockMapType): string[][] => {
15
16
Object.keys(blockMap).forEach(id => {
17
blockMap[id].value.content?.forEach(blockId => {
18
- const blockType = blockMap[blockId]?.value.type;
+ const blockType = blockMap[blockId]?.value?.type;
19
20
if (blockType && blockType !== lastType) {
21
index++;
0 commit comments