Every once in a while when I hit the "save" button on a form containing an ember-simplemde instance I get an error in the console that says TypeError: e.split is not a function and then the contents of the editor becomes [object Object].
Before the TypeError: I usually also see Assertion failed: Input argument is not an HTMLInputElement but I see that at other times even when the [object Object] problem does not happen, so I'm not sure if that's related or not.

So far I haven't been able to nail down any solid repro steps, it just seems to happen randomly. I'm hoping someone might have ideas on where I should be looking to nail down what's happening.
Every once in a while when I hit the "save" button on a form containing an ember-simplemde instance I get an error in the console that says
TypeError: e.split is not a functionand then the contents of the editor becomes[object Object].Before the
TypeError:I usually also seeAssertion failed: Input argument is not an HTMLInputElementbut I see that at other times even when the[object Object]problem does not happen, so I'm not sure if that's related or not.So far I haven't been able to nail down any solid repro steps, it just seems to happen randomly. I'm hoping someone might have ideas on where I should be looking to nail down what's happening.