Skip to content

Commit 273625a

Browse files
committed
[fixed] Active state on <Link>s with key prop
Fixes #211
1 parent 283d3f6 commit 273625a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/components/Link.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function isModifiedEvent(event) {
2020
*/
2121
var RESERVED_PROPS = {
2222
to: true,
23+
key: true,
2324
className: true,
2425
activeClassName: true,
2526
query: true,

0 commit comments

Comments
 (0)