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.js CHANGED
@@ -2476,7 +2476,7 @@ function PageRenderer$1({
2476
2476
  countryCode,
2477
2477
  currencySymbol,
2478
2478
  pageData
2479
- }), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData]);
2479
+ }), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData = {}]);
2480
2480
  const theme = React.useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
2481
2481
  const Wrapper = SectionWrapper || React.Fragment;
2482
2482
  return /*#__PURE__*/React__default["default"].createElement(ThemeProvider, {
@@ -10288,7 +10288,7 @@ function PageRenderer({
10288
10288
  countryCode,
10289
10289
  currencySymbol,
10290
10290
  pageData
10291
- }), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData]);
10291
+ }), [isMobile, isLandingPages, layout, baseURLs, hashToken, isPreview, isEdit, templateId, navList, isMasterTemplate, basePath, validations, isTutorWebsite, extraProps, hideLogin, _id, countryCode, currencySymbol, pageData = {}]);
10292
10292
  const theme = React.useMemo(() => generateTheme(color, font, context.isMobile), [color, font, context.isMobile]);
10293
10293
  const Wrapper = SectionWrapper || React.Fragment;
10294
10294
  return /*#__PURE__*/React__default["default"].createElement(ThemeProvider, {