developmentseed / bioacoustics-frontend

Frontend code for the Google Bioacoustics project that's used by A2O Search
https://search.acousticobservatory.org/
MIT License
1 stars 0 forks source link

fix: Wrap random-redirect in useEffect #168

Closed oliverroick closed 8 months ago

oliverroick commented 8 months ago

Fixes #158

Wraps the redirect in useEffect, which ensures it's executed every time the page is loaded and not cached.