This code doesn't work.
<a href="/any/url" target="_blank" onClick={ e => e.preventDefault() }>
If I click on the link, an event triggers anyways. And I have no idea why.
I've looked through dozen of the similar questions but couldn't find the answer.
Here is official documentation时,事件会阻止ReactJS中的默认值。但它也不会这样。