Skip to content

Commit 67f4c84

Browse files
authored
Update block.tsx
1 parent 6db4b1d commit 67f4c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ export const Block: React.FC<Block> = props => {
505505
return (
506506
<CustomComponent
507507
renderComponent={renderComponent}
508-
block={block}
508+
blockMap={blockMap}
509509
blockValue={blockValue as BlockValueProp<typeof blockValue.type>}
510510
level={level}
511511
>

0 commit comments

Comments
 (0)