-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Document the newly exposed 'editorKey' #1072
Comments
@nsfmc this seems like something you might be interested in. |
on it |
re: point 4, thinking about it now after writing the docs, the main difference between the two PRs handling this was that mine used in writing the docs, i agree that it's weird that somebody would need to manually set the prop ever (this becomes like a very weird form of react's in terms of api, though, it's definitely reasonable to start with this more strict behavior and then relax the requirements than to start with them too loose and then realize that they should have been more strict from the outset. i can't think of any good ways of moving behavior to dom-only contexts other than componentDidMount+state, but if anything jumps out at you, hit me up. |
Thanks again @nsfmc and I think we covered this, so closing this issue. |
We should more clearly document the 'editorKey', especially now that it is exposed as a prop.
Added in c0f2414
It is exposed in order to allow server side rendering - see #822 and #796 for context
Goals:
I would close this issue after those two are done. But there are some bonus items that we might discuss in the comments:
The text was updated successfully, but these errors were encountered: