-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update createHref to be history-aware (#9409)
Co-authored-by: Bernt Røskar Brenna <[email protected]>
- Loading branch information
1 parent
1db2493
commit be0c9d3
Showing
5 changed files
with
210 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"react-router-dom": patch | ||
"@remix-run/router": patch | ||
--- | ||
|
||
Fix hrefs generated for createHashRouter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ | |
- chrisngobanh | ||
- christopherchudzicki | ||
- christowiz | ||
- codeape2 | ||
- coryhouse | ||
- cvbuelow | ||
- dauletbaev | ||
|
Oops, something went wrong.