We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f756f2 commit 1df5f62Copy full SHA for 1df5f62
src/components/sok-sync.tsx
@@ -47,7 +47,7 @@ export const SokSync = () => {
47
brukereFetcher.fetch({ sok });
48
logSokMetrikker(sok, currentPage);
49
// eslint-disable-next-line react-hooks/exhaustive-deps
50
- }, [filters, currentPage, orderByDirection, orderByField, seeAll]);
+ }, [filters, currentPage, orderByDirection, orderByField, seeAll, featuresFetcher.data]);
51
52
useEffect(() => {
53
if (hasFinishedWithData(brukereFetcher)) {
0 commit comments