-
-
Notifications
You must be signed in to change notification settings - Fork 150
Closed
Description
Here's how I use it
<CodeMirror
extensions={[StreamLanguage.define(yaml)]}
width="100%"
height="100%"
minHeight="1200px"
onChange={debounce(onYamlChange, 1000)}
/>
my version
"@codemirror/language": "^6.8.0",
"@codemirror/legacy-modes": "^6.3.3",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@kubernetes/client-node": "^0.18.1",
"@next/font": "13.1.6",
"@tanstack/react-query": "^4.24.10",
"@uiw/react-codemirror": "^4.21.9",
When I mouseover this editor section, the console output is consistent. this error
Metadata
Metadata
Assignees
Labels
No labels