Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Fixes incorrect docs, see #1497 #1837

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Advanced-Topics-Custom-Block-Render.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const blockRenderMap = Immutable.Map({
// element is used during paste or html conversion to auto match your component;
// it is also retained as part of this.props.children and not stripped out
element: 'section',
wrapper: MyCustomBlock,
wrapper: <MyCustomBlock />,
}
});

Expand Down