Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Jun 23, 2022
1 parent a8b069e commit c328240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/data-editor/use-column-sizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,5 @@ export function useColumnSizer(
result = writeable;
}
return result;
}, [columns, ctx, clientWidth, maxColumnWidth, minColumnWidth, selectedData]);
}, [clientWidth, columns, ctx, selectedData, theme, minColumnWidth, maxColumnWidth]);
}

0 comments on commit c328240

Please sign in to comment.