joshfrench/react-mobiledoc-editor

Support changing `mobiledoc` prop

ZeeJab opened this issue · 0 comments

Currently, the mobiledoc prop can only be set on initial component render, since the editor is created in componentWillMount.

It would support more use cases (such as "reverting" the document being edited) if the Container component could properly respond to changes in the mobiledoc prop over time.