We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7bdfa commit b0b9922Copy full SHA for b0b9922
targets/zdog/README.md
@@ -1,3 +1,6 @@
1
# @react-spring/zdog
2
3
+> [!WARNING]
4
+> This package uses react-zdog which does not support React 19 yet.
5
+
6
[`zdog`](https://github.com/metafizzy/zdog) support
targets/zdog/package.json
@@ -50,8 +50,8 @@
50
"@react-spring/types": "~10.0.0-beta.0"
51
},
52
"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",
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
55
"react-zdog": ">=1.0",
56
"zdog": ">=1.0"
57
0 commit comments