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 ff2f039 commit a6ea62dCopy full SHA for a6ea62d
packages/react/src/schema/ReactBlockSpec.tsx
@@ -230,8 +230,7 @@ export function createReactBlockSpec<
230
},
231
)(this.props!) as ReturnType<BlockImplementation["render"]>;
232
} else {
233
- const BlockContent =
234
- blockImplementation.toExternalHTML || blockImplementation.render;
+ const BlockContent = blockImplementation.render;
235
const output = renderToDOMSpec((refCB) => {
236
return (
237
<BlockContentWrapper
0 commit comments