You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay, I figured you can put an <a/> tag inside the <Link href="/"><a className="test">Test</a><Link> and it will consume it and render it as a single <a href="/" class="test">Test</a>.
It looks like this isn't currently possible? Wouldn't it make sense though, since it directly renders as an
<a>
, to be able to style it?The text was updated successfully, but these errors were encountered: