Prefer available search from history's location over useLocation/useQuery
This commit is contained in:
parent
ddbc2cea83
commit
c710f45c6f
@ -66,7 +66,7 @@ function DataSourceWrapper(props) {
|
||||
|
||||
}
|
||||
console.log('DataSourceWrapper: useEffect');
|
||||
}, []);
|
||||
}, [rest.history.location.search]);
|
||||
// queryFilterValues
|
||||
|
||||
console.log(rest);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user