ReactPortal type in TipTap source code
In this article, we will review the ReactPortal type in TipTap source code.
The below code is picked from tiptap/packages/react/src/Editor.js
import { Editor } from '@tiptap/core'
import { ReactPortal } from 'react'
import { ReactRenderer } from './...
thinkthroo.com2 min read