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
fix(custom-views): Replace hard coded pathname with useLocation (#76859)
This PR replaces any navigation that was done in custom views to use the
location/pathname from `useLocation`, rather than just hard coding the
same pathname every time (`organizations/<org-slug>/issues/`).
There are routing improvements that need to be made (which were alluded
to in [this
PR](#76672 (comment))),
but this seems to fix some compatibility issues with RR 6.
0 commit comments