Signal-K / client

Frontend for viewing citizen science proposals on Lens Protocol
https://starsailors.space
7 stars 5 forks source link

🍨🙎🏻‍♂️ ↝ htmlparser error in Classifications Feed #112

Closed Gizmotronn closed 3 months ago

Gizmotronn commented 3 months ago

TypeError: Cannot read properties of null (reading 'map')

Source Classifications/ClassificationFeed.tsx (39:23) @ map

37 |

{post.author}

38 |

{post.anomaly}

39 | {post.media.map((url, index) => ( | ^ 40 | 41 | ))} 42 | {ReactHtmlParser(post.content)} {/ Directly render the parsed HTML /}

Gizmotronn commented 3 months ago

Fixed!