fix some react ts issues

This commit is contained in:
Philipp Kühn
2021-04-07 14:29:51 +02:00
parent a06a8f0fa2
commit 2718ccff6f
4 changed files with 15 additions and 11 deletions

View File

@@ -100,10 +100,7 @@ export class PureEditorContent extends React.Component<EditorContentProps, Edito
return (
<>
<div ref={this.editorContentRef} />
{
// @ts-ignore
<Portals renderers={this.state.renderers} />
}
<Portals renderers={this.state.renderers} />
</>
)
}