Skip to content

Commit b0b9922

Browse files
Daniel Neveuxjoshuaellis
Daniel Neveux
authored andcommitted
update(zdog): React 19 incompatibility
1 parent 3a7bdfa commit b0b9922

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

targets/zdog/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# @react-spring/zdog
22

3+
> [!WARNING]
4+
> This package uses react-zdog which does not support React 19 yet.
5+
36
[`zdog`](https://github.com/metafizzy/zdog) support

targets/zdog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"@react-spring/types": "~10.0.0-beta.0"
5151
},
5252
"peerDependencies": {
53-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
54-
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
53+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
54+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
5555
"react-zdog": ">=1.0",
5656
"zdog": ">=1.0"
5757
},

0 commit comments

Comments
 (0)