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
The from prop is unexpectedly added to the <a>.
I'm not sure if other link options props are also passed down to the DOM, search/params are correctly trimmed, it might only be an issue with from.
Which project does this relate to?
Router
Describe the bug
The
from
prop is unexpectedly added to the<a>
.I'm not sure if other link options props are also passed down to the DOM,
search
/params
are correctly trimmed, it might only be an issue withfrom
.Your Example Website or App
https://stackblitz.com/edit/github-hsfvmej8?file=src%2Froutes%2F__root.tsx
Steps to Reproduce the Bug or Issue
from
from
attribute is rendered in the DOMcreateLink
'd link componentsExpected behavior
The
from
prop should not be set on<a>
.Screenshots or Videos
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: