Skip to content

Commit

Permalink
add exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatJawne committed Aug 22, 2024
1 parent f0ca4ab commit 7d8fc95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/iris-grid/src/IrisGridModelUpdater.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ function IrisGridModelUpdater({
model.rollupConfig = rollupConfig;
}
},
// eslint-disable-next-line react-hooks/exhaustive-deps
[model, model.isRollupAvailable, rollupConfig]
);
useOnChange(
Expand All @@ -159,6 +160,7 @@ function IrisGridModelUpdater({
model.totalsConfig = totalsConfig;
}
},
// eslint-disable-next-line react-hooks/exhaustive-deps
[model, model.isTotalsAvailable, totalsConfig]
);
useOnChange(
Expand Down

0 comments on commit 7d8fc95

Please sign in to comment.