mirror of
https://github.com/facebook/lexical.git
synced 2025-05-17 15:18:47 +08:00
Handle bad list item children gracefully (#3226)
This commit is contained in:
@ -94,5 +94,6 @@
|
||||
"92": "syncChildrenFromYjs: cound not find element node",
|
||||
"93": "syncChildrenFromYjs: expected text, element, decorator, or linebreak collab node",
|
||||
"94": "splice: could not find collab element node",
|
||||
"95": "splice: expected offset to be greater than zero"
|
||||
"95": "splice: expected offset to be greater than zero",
|
||||
"96": "Expected node %s to have a last child."
|
||||
}
|
||||
|
Reference in New Issue
Block a user