TypeError: Cannot read property 'url' of undefined #1740
Answered
by
bietkul
redlinecodes
asked this question in
Q&A
-
I'm getting this error now locally and I'm not sure why... I haven't changed any relevant code for rendering results. The error seems to be coming from the <a .... > below in the renderWebResults function:
And then I call it renderItem below in ReactiveList:
|
Beta Was this translation helpful? Give feedback.
Answered by
bietkul
Jul 19, 2021
Replies: 1 comment 1 reply
-
@redlinecodes You should add a check before reading |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
redlinecodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@redlinecodes You should add a check before reading
url
value fromitem.article
. This error is not related to ReactiveSearch.