We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c99ab31 + bd7b794 commit 7621717Copy full SHA for 7621717
1 file changed
src/components/common/DataGrid.tsx
@@ -86,7 +86,7 @@ export function DataGrid({
86
(page: number) => {
87
router.push(updateParams({ search, page }));
88
},
89
- [search, updateParams],
+ [router, updateParams, search],
90
);
91
92
const child = data ? (typeof children === 'function' ? children(data) : children) : null;
0 commit comments