CKEditor 42 React/Vite: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node. #16639
Labels
resolution:invalid
This issue is invalid (e.g. reports a non-existent bug or a by-design behavior).
type:bug
This issue reports a buggy (incorrect) behavior.
📝 Provide detailed reproduction steps (if any)
✔️ Expected result
I don't expect an error to occur.
❌ Actual result
I get a rendering error:
Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
📃 Other details
In trying to figure out the cause of this bug, I tried to lock CKEditor to v41 in
package.json
:However, when I run
npm update
, packages likeckeditor5-core
get upgraded to v42:This is really annoying because it seems there is no way to pin CKEditor 5 to a known good version (v41) without listing all the deps one-by-one in package.json.
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: