Is there a way to open an inertia link in a new tab like it's possible in anchor tags:
<a target="_blank" rel="noopener noreferrer"></a>
This doesn't work:
<Link :href="..." target="_blank">
Seems to have the same problem here
But it was a long time ago
I'm not sure which dependency version you're using now
is compatible with the issue
But you can see if that helps you
React-Router open Link in new tab