1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 04:20:05 +00:00

fix(sasjs-test): addede appLoc to useEffect deps

This commit is contained in:
Yury Shkoda
2022-06-29 08:46:52 +03:00
parent 56d84e1940
commit eb83101dbf

View File

@@ -30,7 +30,7 @@ const App = (): ReactElement<{}> => {
setTestSuites(testSuites) setTestSuites(testSuites)
} }
}, [adapter, config]) }, [adapter, config, appLoc])
return ( return (
<div className="app"> <div className="app">