When pairing the plugin with DraftJS v0.11.0, the console will give the error `setEditorState is not a function` anytime a Markdown shortcut is used. Looks like there was [an API change](https://draftjs.org/docs/getting-started#api-changes-notice) that may have affected this - I'm not familiar enough yet with DraftJS to know. Using DraftJS v0.10.4 allows the plugin to work properly.
When pairing the plugin with DraftJS v0.11.0, the console will give the error
setEditorState is not a functionanytime a Markdown shortcut is used.Looks like there was an API change that may have affected this - I'm not familiar enough yet with DraftJS to know.
Using DraftJS v0.10.4 allows the plugin to work properly.