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 a4fb37c commit 740d752Copy full SHA for 740d752
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-web-share",
3
"author": "Harsh Zalavadiya",
4
- "version": "1.1.4",
+ "version": "1.1.5",
5
"license": "MIT",
6
"repository": "hc-oss/react-web-share",
7
"module": "dist/react-web-share.esm.js",
src/index.tsx
@@ -35,7 +35,6 @@ export const RWebShare = ({
35
onClick();
36
} catch (e) {
37
console.warn(e);
38
- onOpen();
39
}
40
} else {
41
onOpen();
0 commit comments