mirror of
https://github.com/seerr-team/seerr.git
synced 2026-02-20 08:19:21 -05: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.