@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.
@@ -5519,8 +5519,10 @@
5519
5519
  this._isTouched = false;
5520
5520
  }
5521
5521
  connectedCallback() {
5522
+ var _a;
5522
5523
  super.connectedCallback();
5523
- this.inputValidationController = new InputValidationController(this);
5524
+ (_a = this.inputValidationController) !== null && _a !== void 0 ? _a : (this.inputValidationController = new InputValidationController(this));
5525
+ console.log("TESTING: HOW MANY TIMES IS CONNECTEDCALLBACK CALLED IN REACT");
5524
5526
  }
5525
5527
  async firstUpdated(changedProperties) {
5526
5528
  super.firstUpdated(changedProperties);