Is there a way to get React Router to open a link in new tab? I tried this and it did not work.
In React Router version 5.0.1 and above, you can use:
{event.preventDefault(); window.open(this.makeHref("route"));}} />