CodeWithHarry / NewsMonkey-React

News App created using React and NewsAPI
268 stars 205 forks source link

TypeError: Cannot read properties of undefined (reading 'length') #11

Closed janender0707 closed 2 years ago

janender0707 commented 2 years ago

50 | <h1 className="text-center" style={{ margin: '35px 0px', marginTop: '90px' }}>NewsMonkey - Top {capitalizeFirstLetter(props.category)} Headlines 51 | {loading && } 52 | <InfiniteScroll

53 | dataLength={articles.length} | ^ 54 | next={fetchMoreData} 55 | hasMore={articles.length !== totalResults} 56 | loader={}

steven971998 commented 2 years ago

you got solution for this? Please give bro.