diy-template-components 2.0.61 → 2.0.62
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/build/index.es.js +2 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -2460,7 +2460,7 @@ function PageRenderer$1({
|
|
|
2460
2460
|
countryCode,
|
|
2461
2461
|
currencySymbol,
|
|
2462
2462
|
pageData
|
|
2463
|
-
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData]);
|
|
2463
|
+
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData = {}]);
|
|
2464
2464
|
const theme = useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
2465
2465
|
const Wrapper = SectionWrapper || Fragment;
|
|
2466
2466
|
return /*#__PURE__*/React.createElement(ThemeProvider, {
|
|
@@ -10272,7 +10272,7 @@ function PageRenderer({
|
|
|
10272
10272
|
countryCode,
|
|
10273
10273
|
currencySymbol,
|
|
10274
10274
|
pageData
|
|
10275
|
-
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData]);
|
|
10275
|
+
}), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData = {}]);
|
|
10276
10276
|
const theme = useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
|
|
10277
10277
|
const Wrapper = SectionWrapper || Fragment;
|
|
10278
10278
|
return /*#__PURE__*/React.createElement(ThemeProvider, {
|