A
components aria-current attribute not getting set in nested routes
#3196
Labels
bug
Something isn't working
Describe the bug
When placing links with the
A
component inside a nested route the aria-current attribute does not get set on client side navigation.Leptos Dependencies
To Reproduce
Steps to reproduce the behavior:
cargo leptos watch
a
tagaria-current="page"
attribute is not thereExpected behavior
The
aria-current="page"
attribute gets applied to thea
tag of the current contactThe text was updated successfully, but these errors were encountered: