Co-authored-by: Lexical GitHub Actions Bot <>
This commit is contained in:
Ivaylo Pavlov
2024-06-04 11:03:22 +01:00
committed by GitHub
parent 3e82a0b2a1
commit c57c9c7846
37 changed files with 447 additions and 360 deletions

View File

@ -183,5 +183,8 @@
"181": "Expected text node to be first child of span",
"182": "Unexpected null rootDOMNode",
"183": "Unexpected null parentDOMNode",
"184": "Element point must be an element node"
"184": "Element point must be an element node",
"185": "%s doesn't extend the %s",
"186": "Lexical node with constructor %s attempted to re-use key from node in active editor state with constructor %s. Keys must not be re-used when the type is changed.",
"187": "Lexical node with constructor %s attempted to re-use key from node in active editor state with different constructor with the same name (possibly due to invalid Hot Module Replacement). Keys must not be re-used when the type is changed."
}