"use client"; import { useState } from "react"; import { createEditor, Descendant } from "slate"; import { Slate, Editable, withReact } from "slate-react"; const initialValue: Descendant[] = [ { children: [ { text: "This is editable plain text, just like a