uiwjs / react-codemirror

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
https://uiwjs.github.io/react-codemirror/
MIT License
1.69k stars 134 forks source link

fix: correct type of `container` returned from `useCodeMirror` #639

Closed yifanwww closed 8 months ago

yifanwww commented 8 months ago

Closes #474

I don't know if we should merge this PR (I didn't find a better solution to avoid null type).

jaywcjlove commented 8 months ago

@yifanwww I feel that the code has become more elegant.