tadpoles-media-downloader icon indicating copy to clipboard operation
tadpoles-media-downloader copied to clipboard

Cannot read properties of undefined (reading 'length')

Open lingaraj2020 opened this issue 1 year ago • 0 comments

TypeError: Cannot read properties of undefined (reading 'length') Body src/components/Body.js:42:27 39 | 40 | const { loggedInUser, setUserName } = useContext(UserContext); 41 |

42 | return ListofRestrorants.length === 0 ? ( | ^ 43 | <Shimmer /> 44 | ) : ( 45 | <div className="m-4 p-4 body"> View compiled

lingaraj2020 avatar Jul 27 '23 17:07 lingaraj2020