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
We just published version 6.21.3-pre.0 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
What version of React Router are you using?
6.15.0
Steps to Reproduce
Reproduction on Stackblitz
Using the Reproduction:
Steps to reproduce from scratch:
basename
optionExpected Behavior
When clicking the NavLink,
isPending
should betrue
while the loader executes.Actual Behavior
When clicking the NavLink,
isPending
isfalse
while the loader executes.The text was updated successfully, but these errors were encountered: