We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e2355 commit 3338829Copy full SHA for 3338829
docs/api/Link.md
@@ -22,7 +22,7 @@ State to persist to the `location`.
22
23
#### `activeClassName`
24
25
-The className a `Link` receives when its route is active. Defaults to `active`.
+The className a `Link` receives when its route is active. No active class by default.
26
27
#### `activeStyle`
28
@@ -55,4 +55,4 @@ Given a route like `<Route path="/users/:userId"/>`:
55
56
// change style when link is active
57
<Link to="/users" style={{color: 'white'}} activeStyle={{color: 'red'}}>Users</Link>
58
-```
+```
0 commit comments