Skip to content

Commit 50338ca

Browse files
committed
fix
1 parent 74beca0 commit 50338ca

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/weak-crabs-whisper.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@udecode/plate-core': patch
3+
---
4+
5+
Fix error throwing after a large amount of nodes/re-rendering

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"is-hotkey": "^0.2.0",
6666
"jotai": "~2.8.4",
6767
"jotai-optics": "0.4.0",
68-
"jotai-x": "2.3.1",
68+
"jotai-x": "2.3.2",
6969
"lodash": "^4.17.21",
7070
"nanoid": "^5.0.9",
7171
"optics-ts": "2.4.1",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -6504,7 +6504,7 @@ __metadata:
65046504
is-hotkey: "npm:^0.2.0"
65056505
jotai: "npm:~2.8.4"
65066506
jotai-optics: "npm:0.4.0"
6507-
jotai-x: "npm:2.3.1"
6507+
jotai-x: "npm:2.3.2"
65086508
lodash: "npm:^4.17.21"
65096509
nanoid: "npm:^5.0.9"
65106510
optics-ts: "npm:2.4.1"
@@ -13638,9 +13638,9 @@ __metadata:
1363813638
languageName: node
1363913639
linkType: hard
1364013640

13641-
"jotai-x@npm:2.3.1":
13642-
version: 2.3.1
13643-
resolution: "jotai-x@npm:2.3.1"
13641+
"jotai-x@npm:2.3.2":
13642+
version: 2.3.2
13643+
resolution: "jotai-x@npm:2.3.2"
1364413644
peerDependencies:
1364513645
"@types/react": ">=17.0.0"
1364613646
jotai: ">=2.0.0"
@@ -13650,7 +13650,7 @@ __metadata:
1365013650
optional: true
1365113651
react:
1365213652
optional: true
13653-
checksum: 10c0/1d3cff3d00a2d2db0c55ebbb9f1d73673142a9d85f9003269471b7b0b0b6c93c0489d53116160705cbc1740ebb4998e654b392511b8603e707ef57440325498e
13653+
checksum: 10c0/cc9083574ab680a9131542fc4252fe5ecff47f906f168677ffe2c7c978d69aa75bf4cd0eeee911a9f620a5bc96349c6520918d2d904e9764e363392fb38c812b
1365413654
languageName: node
1365513655
linkType: hard
1365613656

0 commit comments

Comments
 (0)