@descope/web-components-ui 1.0.89 → 1.0.90

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.esm.js CHANGED
@@ -782,7 +782,7 @@ const proxyInputMixin = (superclass) =>
782
782
  clearTimeout(this.inputElementTimerId);
783
783
 
784
784
  this.inputElementTimerId = setTimeout(() => {
785
- !this.#inputElement && console.warn('no input was found');
785
+ !this.#inputElement && console.warn(this.localName, 'no input was found');
786
786
  }, 0);
787
787
  }
788
788