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.
2 parents 65bb573 + 5dd6dd3 commit 1b9c0b0Copy full SHA for 1b9c0b0
src/React.Router/ReactRouterComponent.cs
@@ -69,7 +69,7 @@ protected override string GetComponentInitialiser()
69
{
70
return string.Format(
71
@"React.createElement
72
- ({0}, Object.assign({1}, {{ path: '{2}', context: context }}))",
+ ({0}, Object.assign({1}, {{ location: '{2}', context: context }}))",
73
ComponentName,
74
_serializedProps,
75
_path
0 commit comments