You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"use client"import{PlainTextKit}from"@doist/typist"constTypistEditor=dynamic(()=>import("@doist/typist").then((mod)=>mod.TypistEditor),{ssr: false,})// ...Later in render()<TypistEditorplaceholder="A full rich-text editor, be creative…"content={value}extensions={[PlainTextKit]}/>
result in error:
Unhandled Runtime Error
TypeError: this.docView is null
The text was updated successfully, but these errors were encountered:
result in error:
The text was updated successfully, but these errors were encountered: