Skip to content

Commit 758c703

Browse files
committed
Fix race condition in paginationGoto prop
1 parent 75d7f05 commit 758c703

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/fragments/AgGrid.react.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,6 @@ export function DashAgGrid(props) {
14331433
useEffect(() => {
14341434
if (
14351435
gridApi &&
1436-
gridApi === prevGridApi &&
14371436
(props.paginationGoTo || props.paginationGoTo === 0)
14381437
) {
14391438
paginationGoTo();

0 commit comments

Comments
 (0)