I\'m rendering a link with react:
render: -> `upvote`
Then, above I hav
I didn't find any of the mentioned options to be correct or work for me when I came to this page. They did give me ideas to test things out and I found that this worked for me.
dontGoToLink(e) { e.preventDefault(); } render() { return (}); }