65
Views
1
Comments
Cannot read properties of undefined (reading 'value')

I'm getting an Cannot read properties of undefined (reading "value"), can anyone help?

I'm getting this error after a user clicks on an Name, the Name is supposed to show the detail screen after being clicked but it takes me to the screen but it gives me the error above.

That too the same logic condition works fine in one environment but it doesn't work in another environment ??


Thanks

Anand

2020-06-08 06-48-23
Divyanshu Pathak

Hi Anand,

You might be providing a wrong element id to the js. Thats why it is showing the following error.

Regards,

Divyanshu Pathak

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.