mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 08:45:06 +01: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.