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 4f98ae8 commit d6dd031Copy full SHA for d6dd031
.changeset/silver-knives-do.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-use-clipboard": patch
3
4
+
5
+Indicate support for React 18 in the `peerDependencies`
package.json
@@ -42,8 +42,8 @@
42
"tslint-react-hooks": "^2.2.2"
43
},
44
"peerDependencies": {
45
- "react": "^16.8.0 || ^17",
46
- "react-dom": "^16.8.0 || ^17"
+ "react": "^16.8.0 || ^17 || ^18",
+ "react-dom": "^16.8.0 || ^17 || ^18"
47
48
"publishConfig": {
49
"access": "public"
0 commit comments