Benjamin Tong

Results 2 issues of Benjamin Tong

I noticed that using the `README.md` example code: ```ts import { ProseMirror } from "@nytimes/react-prosemirror"; import { useState } from "react"; import { EditorState } from "prosemirror-state"; import { schema...