Chrome Uncaught TypeError: Cannot read properties of undefined (reading '1') #422
adamtheapiguy
started this conversation in
General
Replies: 2 comments 4 replies
-
Getting the same type of error. I even type cast the number to make sure its an integer but it still getting the same error. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Even I am also facing same issue, can anyone have any idea ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys,
I get the below error in chrome sometime when I click on an item in the drop-down list of autoComplete , any ideas?
Error Text:
autoComplete.js:333 Uncaught TypeError: Cannot read properties of undefined (reading '1')
at feedback (autoComplete.js:333:28)
at select (autoComplete.js:413:5)
at click (autoComplete.js:422:7)
at HTMLUListElement.click$1 (autoComplete.js:508:11)
Beta Was this translation helpful? Give feedback.
All reactions