Chrome Uncaught TypeError: Cannot read properties of undefined (reading '1') #422
adamtheapiguy
started this conversation in
General
Replies: 1 comment 1 reply
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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