react-share
react-share copied to clipboard
Email share button open in the current window by default
All other share buttons are opening a pop-up window but not the Email one.
I have to do this in order to make it work properly:
openShareDialogOnClick={true} onClick={e => e.preventDefault()}
Thanks for this solution!
I got a react warning and had to write like this instead
opensharedialogonclick="true"