mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-08 04:50:06 +00:00
fix(sasjs-test): addede appLoc to useEffect deps
This commit is contained in:
@@ -30,7 +30,7 @@ const App = (): ReactElement<{}> => {
|
||||
|
||||
setTestSuites(testSuites)
|
||||
}
|
||||
}, [adapter, config])
|
||||
}, [adapter, config, appLoc])
|
||||
|
||||
return (
|
||||
<div className="app">
|
||||
|
||||
Reference in New Issue
Block a user