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
I'm encountering a problem and I don't know if it's a problem in my use or on the library side.
I declare an external link (target="_blank" & rel="noreferrer") with an <a> tag and the <Link> component:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Tanstack Router users,
I'm encountering a problem and I don't know if it's a problem in my use or on the library side.
I declare an external link (
target="_blank"
&rel="noreferrer"
) with an<a>
tag and the<Link>
component:I expect the elements rendered in the DOM to be the same, but they are not.
This is the result:
With the
Link
component, thetarget
&rel
attributes are not provided.I am using the latest version: 0.0.1-beta.204.
I'm the problem... or not?
Thank you in advance for your feedback! 🙏
Beta Was this translation helpful? Give feedback.
All reactions