@govtechsg/sgds-web-component 3.3.1 → 3.3.2-rc.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.
@@ -4900,8 +4900,10 @@
4900
4900
  this._isTouched = false;
4901
4901
  }
4902
4902
  connectedCallback() {
4903
+ var _a;
4903
4904
  super.connectedCallback();
4904
- this.inputValidationController = new InputValidationController(this);
4905
+ (_a = this.inputValidationController) !== null && _a !== void 0 ? _a : (this.inputValidationController = new InputValidationController(this));
4906
+ console.log("TESTING: HOW MANY TIMES IS CONNECTEDCALLBACK CALLED IN REACT");
4905
4907
  }
4906
4908
  async firstUpdated(changedProperties) {
4907
4909
  super.firstUpdated(changedProperties);