vue-tel-input icon indicating copy to clipboard operation
vue-tel-input copied to clipboard

Wrong Regex Prototype Wrapping

Open mesutyigit opened this issue 2 years ago • 0 comments

Regex.prototype.exec [native] must be function type but your codes(or your dependencies) overrides it to object type.

exec method using by other lib throws below error: Uncaught TypeError: /[^.]+$/.exec is not a function.

mesutyigit avatar Jul 30 '21 09:07 mesutyigit