TypeError: Cannot destructure property ‘image’ of ‘(intermediate value)’ as it is undefined.
Restro
src/components/restroCard.js:5:6
2 | const { Resdata } = props;
3 |
4 | const {
5 | image,
why? but the data contains image
| ^ 6 | title,
7 | category,
8 | price_rating,
View compiled
▶ 14 stack frames were collapsed.
expecting no errors…the website was fine quite time ago but later when i tried without any changes in code the website collapsed….
Infinite Sperro787 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.