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
I wonder if there's a reason to it or if we can use window.location.pathname instead.
This would be useful to apps that are not based on / and they would not have to set a basename when they call createBrowserHistory.
This is a proposal, and my first on this project 😅
I couldn't find another issue on this so sorry if it's a duplicate.
The text was updated successfully, but these errors were encountered:
Why use a default location.pathname to
/
?I wonder if there's a reason to it or if we can use
window.location.pathname
instead.This would be useful to apps that are not based on
/
and they would not have to set abasename
when they callcreateBrowserHistory
.This is a proposal, and my first on this project 😅
I couldn't find another issue on this so sorry if it's a duplicate.
The text was updated successfully, but these errors were encountered: