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 a4b0af3 commit 43902bdCopy full SHA for 43902bd
docs/guides/advanced/ServerRendering.md
@@ -23,7 +23,7 @@ import routes from './routes'
23
import { renderToString } from 'react-dom/server'
24
25
serve((req, res) => {
26
- const history = createMemoryHistory();
+ const history = createMemoryHistory()
27
const location = history.createLocation(req.url)
28
29
match({ routes, history, location }, (error, redirectLocation, renderProps) => {
0 commit comments