react-ace-editor
react-ace-editor copied to clipboard
A react wrapper for ace editor
Results
1
react-ace-editor issues
Sort by
recently updated
recently updated
newest added
I've tried several time to modify the initial theme and language but without success. Here's my code. Any help would be appreciated `render() { return ( { editor.focus(); editor.getSession().setUseWrapMode(true); }}...