From e13b16bf1c9b9c5c95c3bc88889e2e24580f881f Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 29 Sep 2020 15:42:11 -0400 Subject: [PATCH] Add erroneously removed exhaustive dep comment --- awx/ui_next/src/util/useRequest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui_next/src/util/useRequest.js b/awx/ui_next/src/util/useRequest.js index c208aadfcb..8dc7e9a282 100644 --- a/awx/ui_next/src/util/useRequest.js +++ b/awx/ui_next/src/util/useRequest.js @@ -55,6 +55,7 @@ export default function useRequest(makeRequest, initialValue) { } } }, + /* eslint-disable-next-line react-hooks/exhaustive-deps */ [makeRequest] ), setValue: setResult,