@saasquatch/squatch-js 2.8.2-26 → 2.8.2-27

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.
@@ -2439,7 +2439,7 @@ class DeclarativeEmbedWidget extends DeclarativeWidget {
2439
2439
  async connectedCallback() {
2440
2440
  this.loaded = true;
2441
2441
  this.container = this.getAttribute("container");
2442
- const brandingConfig = this.widgetConfig.values.brandingConfig;
2442
+ const brandingConfig = this.widgetConfig.values.brandingConfig || {};
2443
2443
  console.log("THIS IS THE BRANDING CONFIG", brandingConfig);
2444
2444
  const skeletonHTML = getSkeleton({ height: "100%" });
2445
2445
  const skeletonContainer = document.createElement("div");