You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, the
mobiledoc
prop can only be set on initial component render, since the editor is created incomponentWillMount
.It would support more use cases (such as "reverting" the document being edited) if the
Container
component could properly respond to changes in themobiledoc
prop over time.The text was updated successfully, but these errors were encountered: