We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
location
1 parent 1b9c0b0 commit 8c1c474Copy full SHA for 8c1c474
src/React.Sample.Router.CoreMvc/Content/components/home.jsx
@@ -68,7 +68,7 @@ export default class HomeComponent extends Component {
68
69
if (typeof window === 'undefined') {
70
return (
71
- <StaticRouter context={this.props.context} location={this.props.path}>
+ <StaticRouter context={this.props.context} location={this.props.location}>
72
{app}
73
</StaticRouter>
74
);
0 commit comments