The Gist I found and works for me:
const DummyLink = ({onClick, children, props}) => (
{
evt.preventDefault();
onClick && onClick();
}} {...props}>
{children}
);
Credit for srph https://gist.github.com/srph/020b5c02dd489f30bfc59138b7c39b53