We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64d0cd commit 9a38641Copy full SHA for 9a38641
modules/components/Route.js
@@ -212,7 +212,7 @@ var Route = React.createClass({
212
},
213
214
render: function () {
215
- return this.props.handler(computeHandlerProps(this.state.matches || [], this.state.query));
+ return this.props.handler(computeHandlerProps(this.state.matches || [], this.state.activeQuery));
216
}
217
218
});
0 commit comments