developmentseed / bioacoustics-frontend

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

Loading file shows warning in browser console #36

Closed oliverroick closed 1 year ago

oliverroick commented 1 year ago

How to reproduce

Actual behaviour

A warning is shown:

Warning: Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.

Expected behaviour

No warning should be shown