From eb83101dbfcafdc0225a4b6c8407167537876669 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Wed, 29 Jun 2022 08:46:52 +0300 Subject: [PATCH] fix(sasjs-test): addede appLoc to useEffect deps --- sasjs-tests/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasjs-tests/src/App.tsx b/sasjs-tests/src/App.tsx index c2beeae..c5f90ed 100644 --- a/sasjs-tests/src/App.tsx +++ b/sasjs-tests/src/App.tsx @@ -30,7 +30,7 @@ const App = (): ReactElement<{}> => { setTestSuites(testSuites) } - }, [adapter, config]) + }, [adapter, config, appLoc]) return (