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

TypeError: Cannot read properties of undefined (reading '_c')

Open rminossi opened this issue 2 years ago • 2 comments

I am trying to use the library in a new project and I am facing the following problem:

image

main.js

image

component image

rminossi avatar Jan 27 '23 15:01 rminossi

I had the same issue, If you are using typescript install types npm install --save-dev @types/vue-tel-input

mwanikigeorge avatar Mar 21 '23 06:03 mwanikigeorge

Still an issue @iamstevendao and this breaks the component completely 😕 @rminossi did you figure out a solution?

@mwanikigeorge this is a runtime error, TypeScript types won't affect what happens client-side

andreasvirkus avatar May 26 '23 09:05 andreasvirkus