@descope/web-components-ui 2.1.14 → 2.1.15

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.
@@ -3641,7 +3641,7 @@ const createStyleMixin =
3641
3641
  }
3642
3642
 
3643
3643
  #setAttrOverride(attrName, value) {
3644
- const style = this.#overrideStyleEle?.cssRules[0].style;
3644
+ const style = this.#overrideStyleEle?.cssRules[0]?.style;
3645
3645
 
3646
3646
  if (!style) return;
3647
3647