@equinor/apollo-components 3.1.2-rowfix.15 → 3.1.2-rowfix.16
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.
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1121,6 +1121,8 @@ function DataTable(props) {
|
|
|
1121
1121
|
);
|
|
1122
1122
|
const [hasRef, setHasRef] = (0, import_react6.useState)(false);
|
|
1123
1123
|
(0, import_react6.useEffect)(() => {
|
|
1124
|
+
var _a2;
|
|
1125
|
+
console.log((_a2 = tableContainerRef.current) == null ? void 0 : _a2.toString());
|
|
1124
1126
|
setHasRef(Boolean(tableContainerRef.current));
|
|
1125
1127
|
}, [(_q = tableContainerRef.current) == null ? void 0 : _q.toString()]);
|
|
1126
1128
|
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(DataTableWrapper, {
|
package/dist/index.mjs
CHANGED
|
@@ -1078,6 +1078,8 @@ function DataTable(props) {
|
|
|
1078
1078
|
);
|
|
1079
1079
|
const [hasRef, setHasRef] = useState5(false);
|
|
1080
1080
|
useEffect3(() => {
|
|
1081
|
+
var _a2;
|
|
1082
|
+
console.log((_a2 = tableContainerRef.current) == null ? void 0 : _a2.toString());
|
|
1081
1083
|
setHasRef(Boolean(tableContainerRef.current));
|
|
1082
1084
|
}, [(_q = tableContainerRef.current) == null ? void 0 : _q.toString()]);
|
|
1083
1085
|
return /* @__PURE__ */ jsxs11(DataTableWrapper, {
|