-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: respect relative prop in NavLink for isActive (#9453)
* fix: respect relative prop in NavLink for isActive (#9451) Co-authored-by: Mikaël ANZANO <m.anzano@meetic-corp.com> * fix: add unit test for NavLink relative=path * add changeset Co-authored-by: Mikaël Anzano <mikael.anzano@gmail.com> Co-authored-by: Mikaël ANZANO <m.anzano@meetic-corp.com>
- Loading branch information
1 parent
9cf02f3
commit 35ff025
Showing
4 changed files
with
34 additions
and
1 deletion.
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,5 @@ | ||
--- | ||
"react-router-dom": patch | ||
--- | ||
|
||
Respect relative=path prop on NavLink |
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 |
---|---|---|
|
@@ -73,6 +73,7 @@ | |
- loun4 | ||
- lqze | ||
- lukerSpringTree | ||
- manzano78 | ||
- marc2332 | ||
- markivancho | ||
- marvinruder | ||
|
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
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