hack4impact-utk / mission-of-hope

Repo for the Mission of hope project for Hack4impact
2 stars 0 forks source link

Fix page rerender with useEffect hook #203

Closed djwoun closed 1 month ago

djwoun commented 1 month ago

Description

Problem: Page updates monthQuery if monthQuery is an empty string, causes a state update every time the component renders with an empty monthQuery, leading directly into another render. FIx: useEffect hook that only runs once.

Relevant issue(s)

MoH - /donationItem` page error #11