Skip to content

Commit 13b044a

Browse files
StringEpsilontimdorr
authored andcommittedMar 29, 2019
Document Redirect sensitive prop. (#6676)
1 parent 49a999f commit 13b044a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎packages/react-router/docs/api/Redirect.md

+4
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,7 @@ Match `from` exactly; equivalent to [Route.exact](./Route.md#exact-bool).
7474
## strict: bool
7575

7676
Match `from` strictly; equivalent to [Route.strict](./Route.md#strict-bool).
77+
78+
## sensitive: bool
79+
80+
Match `from` case sensitive; equivalent to [Route.sensitive](./Route.md#sensitive-bool).

0 commit comments

Comments
 (0)
Please sign in to comment.