lexical 0.36.3-nightly.20251003.0 → 0.36.3-nightly.20251007.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Lexical.dev.js CHANGED
@@ -3333,7 +3333,6 @@ class LexicalNode {
3333
3333
  $setNodeKey(this, key);
3334
3334
  {
3335
3335
  if (this.__type !== 'root') {
3336
- errorOnReadOnly();
3337
3336
  errorOnTypeKlassMismatch(this.__type, this.constructor);
3338
3337
  }
3339
3338
  }
@@ -10803,7 +10802,7 @@ class LexicalEditor {
10803
10802
  };
10804
10803
  }
10805
10804
  }
10806
- LexicalEditor.version = "0.36.3-nightly.20251003.0+dev.cjs";
10805
+ LexicalEditor.version = "0.36.3-nightly.20251007.0+dev.cjs";
10807
10806
 
10808
10807
  let pendingNodeToClone = null;
10809
10808
  function setPendingNodeToClone(pendingNode) {
package/Lexical.dev.mjs CHANGED
@@ -3331,7 +3331,6 @@ class LexicalNode {
3331
3331
  $setNodeKey(this, key);
3332
3332
  {
3333
3333
  if (this.__type !== 'root') {
3334
- errorOnReadOnly();
3335
3334
  errorOnTypeKlassMismatch(this.__type, this.constructor);
3336
3335
  }
3337
3336
  }
@@ -10801,7 +10800,7 @@ class LexicalEditor {
10801
10800
  };
10802
10801
  }
10803
10802
  }
10804
- LexicalEditor.version = "0.36.3-nightly.20251003.0+dev.esm";
10803
+ LexicalEditor.version = "0.36.3-nightly.20251007.0+dev.esm";
10805
10804
 
10806
10805
  let pendingNodeToClone = null;
10807
10806
  function setPendingNodeToClone(pendingNode) {