We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e3f8e2 + 6099de6 commit da9c9fcCopy full SHA for da9c9fc
src/utils.ts
@@ -14,7 +14,7 @@ const groupBlockContent = (blockMap: BlockMapType): string[][] => {
14
let index = -1;
15
16
Object.keys(blockMap).forEach(id => {
17
- blockMap[id].value.content?.forEach(blockId => {
+ blockMap[id].value?.content?.forEach(blockId => {
18
const blockType = blockMap[blockId]?.value?.type;
19
20
if (blockType && blockType !== lastType) {
0 commit comments