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 66b7064 commit a0162acCopy full SHA for a0162ac
.changeset/afraid-schools-burn.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-use-clipboard": patch
3
4
+
5
+Remove modern JS from dist to work with Next.js
package.json
@@ -6,7 +6,6 @@
6
"license": "MIT",
7
"source": "./src/index.tsx",
8
"main": "./dist/react-use-clipboard.js",
9
- "exports": "./dist/react-use-clipboard.modern.js",
10
"module": "./dist/react-use-clipboard.module.js",
11
"unpkg": "./dist/react-use-clipboard.umd.js",
12
"types": "./dist/index.d.ts",
0 commit comments