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 e6d2a74 commit 0b3d5efCopy full SHA for 0b3d5ef
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-web-share",
3
"author": "Harsh Zalavadiya",
4
- "version": "1.0.12",
+ "version": "1.0.13",
5
"license": "MIT",
6
"repository": "harshzalavadiya/react-web-share",
7
"module": "dist/react-web-share.esm.js",
src/components/icon/list.tsx
@@ -67,7 +67,7 @@ const iconList: IconListType = {
67
<path d="M16 1H4a2 2 0 00-2 2v14h2V3h12V1zm3 4H8a2 2 0 00-2 2v14c0 1.1.9 2 2 2h11a2 2 0 002-2V7a2 2 0 00-2-2zm0 16H8V7h11v14z" />
68
),
69
color: "#718096",
70
- e: l => navigator.clipboard.writeText(l),
+ e: l => navigator.clipboard.writeText(decodeURIComponent(l)),
71
},
72
};
73
0 commit comments