kishimisu

Results 2 issues of kishimisu

Here is a basic component that renders fold gutters fine. You can see that I'm importing the language from `@codemirror/lang-javascript`: import CodeMirror from "@uiw/react-codemirror"; import { duotoneDark } from "@uiw/codemirror-theme-duotone";...

I'm trying to use this library in a Next/Vercel project however I get the following error : ``` ReferenceError: self is not defined at eval (webpack-internal:///./libs/canvas-capture.js:5:4) ``` which seems to...