Skip to content

Commit b4cbd9c

Browse files
committed
Do not set key on handlers
1 parent 4e05489 commit b4cbd9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matchRoutes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ function Match(path, route, match) {
6969

7070
Match.prototype.getHandler = function(ignoreRef) {
7171
var props = {
72-
key: this.matchedPath,
7372
ref: !ignoreRef && this.route ? this.route.ref : undefined
7473
};
7574
if (this.route && this.match) {

0 commit comments

Comments
 (0)