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
I'm following the example for slate-code but no highlighting occurs, and the following warnings are reported in the console:
As of [email protected], the `leaves` property of Text nodes has been removed. Instead, each text node contains a string of text and a unique set of marks and leaves are unnecessary.
As of [email protected] the `decoration.mark` property has been changed to `decoration.type` and `decoration.data` directly.
Can't find anything in the docs restricting the plugin to a specific version of Slate, or am I missing something? I guess the API for Slate is still subject to sudden changes.
The text was updated successfully, but these errors were encountered:
I'm following the example for
slate-code
but no highlighting occurs, and the following warnings are reported in the console:Can't find anything in the docs restricting the plugin to a specific version of Slate, or am I missing something? I guess the API for Slate is still subject to sudden changes.
The text was updated successfully, but these errors were encountered: