Prefer available search from history's location over useLocation/useQuery

This commit is contained in:
dannyrb 2020-05-10 01:02:31 -04:00 committed by James A. Petts
parent ddbc2cea83
commit c710f45c6f

View File

@ -66,7 +66,7 @@ function DataSourceWrapper(props) {
}
console.log('DataSourceWrapper: useEffect');
}, []);
}, [rest.history.location.search]);
// queryFilterValues
console.log(rest);