react-ace Questions
5
Im using react-ace and trying the readme example with java syntax. Works great. But I can't seem to set it to JSON.
Java works
import AceEditor from "react-ace";
import "ace-builds/s...
Algetic asked 7/1, 2021 at 16:20
2
in my code, i have component that using react-ace.
in my render function i have this row:
<CodeEditor onChange={onCodeChanged} value={code} />
callback function:
const onCodeBodyChanged = (n...
Swint asked 25/8, 2020 at 6:1
1
© 2022 - 2024 — McMap. All rights reserved.