| 1 | import type { Extension } from "@codemirror/state"; |
| 2 | import { useCallback, useEffect, useState } from "react"; |
| 3 | import { createPortal } from "react-dom"; |
| 4 | import { createRoot } from "react-dom/client"; |
nothing calls this directly
no test coverage detected