mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-19 06:48:25 -04:00
This PR fixes a bug where the validation error message is displayed over and over because of a React useEffect dependency issue. Previously, the `validateLibraries()` function was being called inside a useEffect that depended on a state that this function was updating.