Skip to content

Commit e282fb1

Browse files
committed
Tweak var name
1 parent 3150bd2 commit e282fb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/StaticRouter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { stringify, parse as parseQuery } from 'query-string'
21
import React, { PropTypes } from 'react'
3-
import MatchProvider from './MatchProvider'
2+
import { stringify, parse as parseQueryString } from 'query-string'
43
import { createRouterLocation, createRouterPath } from './LocationUtils'
4+
import MatchProvider from './MatchProvider'
55
import {
66
action as actionType,
77
location as locationType,
@@ -30,7 +30,7 @@ class StaticRouter extends React.Component {
3030
static defaultProps = {
3131
createHref: path => path,
3232
stringifyQuery: defaultStringifyQuery,
33-
parseQuery
33+
parseQuery: parseQueryString
3434
}
3535

3636
static childContextTypes = {

0 commit comments

Comments
 (0)