@homebound/beam 2.241.1 → 2.241.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,7 @@ function useSetupColumnSizes(style, columns, resizeRef, expandedColumnIds) {
35
35
  const setTableAndColumnWidths = (0, react_1.useCallback)((width) => {
36
36
  setTableWidth(width);
37
37
  setColumnSizes((0, columns_1.calcColumnSizes)(columns, width, style.minWidthPx, expandedColumnIds));
38
- }, [setTableWidth, setColumnSizes, columns, style]);
38
+ }, [setTableWidth, setColumnSizes, columns, style, expandedColumnIds]);
39
39
  // Used to recalculate our columns sizes when columns change
40
40
  (0, react_1.useEffect)(() => {
41
41
  var _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.241.1",
3
+ "version": "2.241.2",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",