Skip to:
The CodeMirror react wrapper is not updating its value after state changes. This makes it impossible to load the rules coming from the server.
I think this is related to:
https://github.com/JedWatson/react-codemirror/issues/106
, is there a code review needed on this? If not, we should just move to closed as there's nothing for Charlotte or me to test. Thanks!
I ended up switching to https://github.com/scniro/react-codemirror2 and things seem to work well.
The CodeMirror react wrapper is not updating its value after state changes. This makes it impossible to load the rules coming from the server.
I think this is related to:
https://github.com/JedWatson/react-codemirror/issues/106