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
Allow focus to remain on the targets of hash links when the element navigated to should be focusable:
1. natively focusable elements (a, input, textarea, select, button)
2. elements where the target had a tabindex prior to the navigation event
This change allows consumers of react-router-hash-link to apply focus styles to the target element.
0 commit comments