vankop / jsoneditor-react

react wrapper implementation for https://github.com/josdejong/jsoneditor
MIT License
263 stars 106 forks source link

Add 'mode' to ace example #89

Open varunarora opened 1 year ago

varunarora commented 1 year ago

I couldn't get the ace editor to load. Then I ran into a CodeSandbox (https://codesandbox.io/s/8wp9w?file=/src/App.js:2337-2557), and figured the property "mode" needs to be assigned to "code". Kindly add that to your documentation?