Nonprofit-Exchange-Hub / web-app

Nonprofit Circle (formerly Nonprofit Exchange Hub) A hub for the exchange of goods, information and connections for nonprofits of all sizes.
MIT License
29 stars 19 forks source link

add dynamic data to useeffect dep array #391

Closed esteban-gs closed 7 months ago

esteban-gs commented 11 months ago

Dev Summary

This is a simple bugfix for a useEffect without the correct dep array.

This caused the SearchResult component to continously render without end.

Test Plan

repro steps:

  1. localhost:3000
  2. search anything expected:

    The search no longer loops indefinitely

Resources