purescript-halogen/purescript-ace-halogen

Shimming Ace with Brace breaks some features

ThomasCrevoisier opened this issue · 0 comments

I was experimenting with this lib, but quickly I switched to brace (for easier integration in my build process).

The only problem is that functions like setMode or setValue doesn't seem to modify the rendered editor.

Here is the sample of code for the editor : https://github.com/ThomasCrevoisier/kfe-front/blob/master/src/Editor.purs

And here is the entry point for the app : https://github.com/ThomasCrevoisier/kfe-front/blob/master/src/Main.js

I know this is not the primary purpose of this lib, but I wanted to know if you have a better view of what could be wrong in this case :)