We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f573591 commit 154c074Copy full SHA for 154c074
README.md
@@ -339,7 +339,7 @@ through the link's properties.
339
Given a route like `<Route name="user" path="/users/:userId"/>`:
340
341
```xml
342
-<Link to="user" userId={user.id} params={{foo: bar}}>{user.name}</Link>
+<Link to="user" userId={user.id} query={{foo: bar}}>{user.name}</Link>
343
<!-- becomes one of these depending on your router and if the route is
344
active -->
345
<a href="/users/123?foo=bar" class="active">Michael</a>
0 commit comments