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
This is an issue summarizing the discussion in #2345. I'm opening it so that we can track some of the dependent issues that need to be solved before we can fully migrate, since there are some things left to be figured out...
Augment the React plugin to set keys on nodes, and when operations are applied.
After all of those are landed, we can then have a single breaking change where we change everything to use plain JSON objects instead Immutable.js instances, since none of the internals are relying on the instances anymore.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Improvement.
What's the current behavior?
This is an issue summarizing the discussion in #2345. I'm opening it so that we can track some of the dependent issues that need to be solved before we can fully migrate, since there are some things left to be figured out...
slate
slate
core to use paths or path refs, not keys. (remove allkey
usage from Slate's core #2864)*ByKey
commands. (remove the*ByKey
commands #2858)slate-react
Pass apathRef/pathQuery
object to components, not keys. (introduce a "refs" concept #2413)findDOMNode/etc.
to use refs instead of searching bykey
. (changefindDOMNode
to use a React ref tree #2716)findPath
instead offindNode().key
. (add afindPath
DOM helper #2717)After all of those are landed, we can then have a single breaking change where we change everything to use plain JSON objects instead Immutable.js instances, since none of the internals are relying on the instances anymore.
The text was updated successfully, but these errors were encountered: