Skip to content

Commit 9a38641

Browse files
committed
Use activeQuery
1 parent a64d0cd commit 9a38641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/components/Route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ var Route = React.createClass({
212212
},
213213

214214
render: function () {
215-
return this.props.handler(computeHandlerProps(this.state.matches || [], this.state.query));
215+
return this.props.handler(computeHandlerProps(this.state.matches || [], this.state.activeQuery));
216216
}
217217

218218
});

0 commit comments

Comments
 (0)