Skip to content

Commit 35aa319

Browse files
committed
fix: add compatibility declare for react 19
1 parent 442f774 commit 35aa319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"peerDependencies": {
4646
"loro-crdt": "^1.8.0",
4747
"loro-mirror": "workspace:*",
48-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
48+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4949
},
5050
"devDependencies": {
5151
"@types/node": "^20.10.5",

0 commit comments

Comments
 (0)