@carbon/ibm-products 2.43.2-canary.155 → 2.43.2-canary.156

Sign up to get free protection for your applications and to get access to all the features.
@@ -62,7 +62,7 @@ var DatagridVirtualBody = function DatagridVirtualBody(datagridState) {
62
62
  if (listRef && listRef.current) {
63
63
  listRef.current.resetAfterIndex(0);
64
64
  }
65
- }, [listRef]);
65
+ }, [listRef, rowHeight]);
66
66
  var visibleRows = DatagridPagination && page || rows;
67
67
  var testRef = useRef(null);
68
68
 
@@ -70,7 +70,7 @@ var DatagridVirtualBody = function DatagridVirtualBody(datagridState) {
70
70
  if (listRef && listRef.current) {
71
71
  listRef.current.resetAfterIndex(0);
72
72
  }
73
- }, [listRef]);
73
+ }, [listRef, rowHeight]);
74
74
  var visibleRows = DatagridPagination && page || rows;
75
75
  var testRef = React.useRef(null);
76
76
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.43.2-canary.155+73a982421",
4
+ "version": "2.43.2-canary.156+a297e8a1d",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -96,7 +96,7 @@
96
96
  "dependencies": {
97
97
  "@babel/runtime": "^7.23.9",
98
98
  "@carbon/feature-flags": "^0.20.0",
99
- "@carbon/ibm-products-styles": "^2.39.1-canary.165+73a982421",
99
+ "@carbon/ibm-products-styles": "^2.44.0-rc.0",
100
100
  "@carbon/telemetry": "^0.1.0",
101
101
  "@dnd-kit/core": "^6.0.8",
102
102
  "@dnd-kit/modifiers": "^7.0.0",
@@ -120,5 +120,5 @@
120
120
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
121
121
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
122
122
  },
123
- "gitHead": "73a98242150e421a7c414bf7743f453a2234caba"
123
+ "gitHead": "a297e8a1dc67e8017083452c79b5162eaf282c99"
124
124
  }