Skip to content

Commit

Permalink
add location.key
Browse files Browse the repository at this point in the history
fixes #3956
  • Loading branch information
ryanflorence committed Oct 26, 2016
1 parent 812f60e commit 90d4832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/LocationUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export const createRouterLocation = (input, parseQueryString, stringifyQuery) =>
state: input.state || null,
query: input.query || (
input.search ? parseQueryString(input.search) : null
)
),
key: input.key
}
}
}
Expand Down

0 comments on commit 90d4832

Please sign in to comment.