@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.
@@ -21478,8 +21478,10 @@
21478
21478
  this._isTouched = false;
21479
21479
  }
21480
21480
  connectedCallback() {
21481
+ var _a;
21481
21482
  super.connectedCallback();
21482
- this.inputValidationController = new InputValidationController(this);
21483
+ (_a = this.inputValidationController) !== null && _a !== void 0 ? _a : (this.inputValidationController = new InputValidationController(this));
21484
+ console.log("TESTING: HOW MANY TIMES IS CONNECTEDCALLBACK CALLED IN REACT");
21483
21485
  }
21484
21486
  async firstUpdated(changedProperties) {
21485
21487
  super.firstUpdated(changedProperties);