I am using react-share with react 15.6 version. and getting the following error
TypeError: react__WEBPACK_IMPORTED_MODULE_9___default.a.forwardRef is not a function
Here is my Code Snippet
import {WhatsappShareButton, WhatsappIcon} from 'react-share';
<WhatsappShareButton
url={url}
title={title}
children={<WhatsappIcon
size={32}
round />} />
Any one who is using react share getting same error or anyone find the solution?