Skip to content

Commit

Permalink
fix: the selections is missing in dependency arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
LiKang6688 committed Jun 23, 2022
1 parent 00e750f commit f6b2023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/nucleus/src/components/Cell.jsx
Expand Up @@ -392,7 +392,7 @@ const Cell = forwardRef(
load(layout.visualization, withVersion);

return () => {};
}, [types, state.sn, model, layout, appLayout, language]);
}, [types, state.sn, model, selections, layout, appLayout, language]);

// Long running query
useEffect(() => {
Expand Down

0 comments on commit f6b2023

Please sign in to comment.