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 eb382aa + a18dbfc commit 37b74ffCopy full SHA for 37b74ff
docs/guides/ServerRendering.md
@@ -8,7 +8,7 @@ Server rendering is a bit different than in a client because you'll want to:
8
9
To facilitate these needs, you drop one level lower than the [`<Router>`](/docs/API.md#Router) API with:
10
11
-- [`match`](/docs/API.md#match-routes-location-options--cb) to match the routes to a location without rendering
+- [`match`](/docs/API.md#match-routes-location-history-options--cb) to match the routes to a location without rendering
12
- `RouterContext` for synchronous rendering of route components
13
14
It looks something like this with an imaginary JavaScript server:
0 commit comments