Describe the bug
Using purescript-ace v8.0.0, running the following code, crashes immediately, the error message being self is undefined (same on firefox an google chrome), where self is the second argument of editNodeImpl.
editor <- Ace.editNode element Ace.ace
Describe the bug
Using purescript-ace v8.0.0, running the following code, crashes immediately, the error message being
self is undefined(same on firefox an google chrome), where self is the second argument ofeditNodeImpl.