Comparing version 7.8.2 to 7.8.3
@@ -77,4 +77,7 @@ "use strict"; | ||
} | ||
if ((props === null || props === void 0 ? void 0 : props.data) !== (tableProps === null || tableProps === void 0 ? void 0 : tableProps.data)) { | ||
contextTable === null || contextTable === void 0 ? void 0 : contextTable.updateData((props === null || props === void 0 ? void 0 : props.data) || []); | ||
} | ||
// eslint-disable-next-line react-hooks/exhaustive-deps | ||
}, [(_b = props === null || props === void 0 ? void 0 : props.loading) === null || _b === void 0 ? void 0 : _b.enabled]); | ||
}, [(_b = props === null || props === void 0 ? void 0 : props.loading) === null || _b === void 0 ? void 0 : _b.enabled, props === null || props === void 0 ? void 0 : props.data]); | ||
return (React.createElement(exports.TableInstanceContext.Provider, { value: contextTable }, | ||
@@ -81,0 +84,0 @@ React.createElement(TableControlled_1.TableControlled, __assign({}, tablePropsUncontrolled, { childComponents: props.childComponents, extendedFilter: props.extendedFilter, filter: props.filter, format: props.format, dispatch: dispatch })))); |
{ | ||
"name": "ka-table", | ||
"version": "7.8.2", | ||
"version": "7.8.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "github:komarovalexander/ka-table", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
357297
7247