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

Possible error given Warning Deprecation in Chrome

Open eduarguz opened this issue 2 years ago • 0 comments

Hi, first of all, thanks for your work in this component. It's really cool!!

Just noticed that our system started generating warning deprecation alerts coming from this component.

You can see the warning on google chrome by visiting the demo page and opening the console issues tab

image


It looks like the method Event.path is now deprecated and will be dropped in a future version.

https://chromestatus.com/feature/5726124632965120

https://github.com/iamstevendao/vue-tel-input/blob/d7ceedc9c693633fb11f4491ced7bdf619b067e8/src/directives/click-outside.js#L29-L31

Now sure how to fix that right now, posting the issue in case anyone knows. Also, will try to take a look later...

eduarguz avatar Jun 14 '22 20:06 eduarguz