fix(typo): Fix defaultState Typo (#16702)

This commit is contained in:
Stuart Taylor
2018-02-13 14:48:29 +00:00
committed by mrugesh mohapatra
parent 007b68ecf8
commit 59999f9b09

View File

@ -59,7 +59,7 @@ export default function reactSubRouter(app) {
devtoolsEnhancer({ name: 'server' })
],
history: createMemoryHistory({ initialEntries: [ req.originalUrl ] }),
defaultStaet: { app: { lang } }
defaultState: { app: { lang } }
})
.filter(({
location: {