mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 08:30:33 +08:00
add deserialize to playground custom nodes
This commit is contained in:

committed by
acywatson

parent
99fa6deced
commit
82a03d0bf1
@ -43,5 +43,6 @@
|
||||
"41": "storeDOMWithNodeKey: key was null",
|
||||
"42": "Reconciliation: could not find DOM element for node key \"${key}\"",
|
||||
"43": "resolveNonLineBreakOrInertNode: resolved node not a text node",
|
||||
"44": "Extraneous keys in serialized node data: %s"
|
||||
"44": "Extraneous keys in serialized node data: %s",
|
||||
"45": "OutlineNode: Node type %s does not implement deserialize()."
|
||||
}
|
||||
|
Reference in New Issue
Block a user