import React from 'react' import ReactDOM from 'react-dom' import { Editor } from './Editor' type EditorContentProps = { editor: Editor | null } // const Portals = ({ editor }: { editor: Editor | null }) => { // if (!editor?.contentComponent) { // return null // } // console.log('render portals') // return ( //