@quintype/framework 7.17.0 → 7.17.1-pass-on-req.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/framework",
3
- "version": "7.17.0",
3
+ "version": "7.17.1-pass-on-req.0",
4
4
  "description": "Libraries to help build Quintype Node.js apps",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -471,6 +471,7 @@ exports.handleIsomorphicRoute = function handleIsomorphicRoute(
471
471
  const oneSignalScript = oneSignalServiceWorkers ? getOneSignalScript({ config, publisherConfig }) : null;
472
472
  return pickComponent.preloadComponent(store.getState().qt.pageType, store.getState().qt.subPageType).then(() =>
473
473
  renderLayout(res, {
474
+ req,
474
475
  config,
475
476
  title: result.title,
476
477
  content: renderReduxComponent(IsomorphicComponent, store, {