Skip to content

Commit

Permalink
added explicit property to the Frontload
Browse files Browse the repository at this point in the history
  • Loading branch information
arturparkhisenko committed Oct 4, 2018
1 parent d7f4c25 commit b6b2c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/loader.js
Expand Up @@ -86,7 +86,7 @@ export default (req, res) => {
<Loadable.Capture report={m => modules.push(m)}>
<Provider store={store}>
<StaticRouter location={req.url} context={context}>
<Frontload isServer>
<Frontload isServer={true}>
<App />
</Frontload>
</StaticRouter>
Expand Down

0 comments on commit b6b2c2b

Please sign in to comment.