@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
|
@@ -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, {
|