@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.
@@ -4989,8 +4989,10 @@
4989
4989
  this._isTouched = false;
4990
4990
  }
4991
4991
  connectedCallback() {
4992
+ var _a;
4992
4993
  super.connectedCallback();
4993
- this.inputValidationController = new InputValidationController(this);
4994
+ (_a = this.inputValidationController) !== null && _a !== void 0 ? _a : (this.inputValidationController = new InputValidationController(this));
4995
+ console.log("TESTING: HOW MANY TIMES IS CONNECTEDCALLBACK CALLED IN REACT");
4994
4996
  }
4995
4997
  async firstUpdated(changedProperties) {
4996
4998
  super.firstUpdated(changedProperties);