We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found that in my local development environment, there is no collapse arrow in front of some variables.
I found that in online demo env(https://uiwjs.github.io/react-codemirror/#/extensions/languages), it works well.
import CodeMirror from '@uiw/react-codemirror'; // https://github.com/uiwjs/react-codemirror import { githubLight } from '@uiw/codemirror-theme-github'; // https://uiwjs.github.io/react-codemirror/#/theme/data/github/light import { loadLanguage, langNames, langs, } from '@uiw/codemirror-extensions-langs'; <CodeMirror value={data} readOnly={true} height="80vh" width="90vw" extensions={[githubLight, loadLanguage('json')]} />
"@uiw/codemirror-extensions-langs": "^4.22.2", "@uiw/codemirror-theme-github": "^4.22.2", "@uiw/react-codemirror": "^4.22.2",
codesandbox Thanks in advance!
The text was updated successfully, but these errors were encountered:
@wymli I did encounter this issue during testing, but I haven't identified the cause yet.
Sorry, something went wrong.
No branches or pull requests
What I see
I found that in my local development environment, there is no collapse arrow in front of some variables.
What I expect
I found that in online demo env(https://uiwjs.github.io/react-codemirror/#/extensions/languages), it works well.
How I use it
Reproduce
codesandbox
Thanks in advance!
The text was updated successfully, but these errors were encountered: