-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
"use client"
import { PlainTextKit } from "@doist/typist"
const TypistEditor = dynamic(() => import("@doist/typist").then((mod) => mod.TypistEditor), {
ssr: false,
})
// ...Later in render()
<TypistEditor placeholder="A full rich-text editor, be creative…" content={value} extensions={[PlainTextKit]} />
result in error:
Unhandled Runtime Error
TypeError: this.docView is null
Metadata
Metadata
Assignees
Labels
No labels