asma-ui-table 1.0.133 → 1.0.135
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/asma-ui-table.es.js +2 -2
- package/package.json +1 -1
package/dist/asma-ui-table.es.js
CHANGED
|
@@ -9638,9 +9638,9 @@ const StyledCheckbox = ({
|
|
|
9638
9638
|
[isRippleEnabled]
|
|
9639
9639
|
);
|
|
9640
9640
|
useEffect(() => {
|
|
9641
|
+
const rippleNode = rippleRef.current;
|
|
9641
9642
|
return () => {
|
|
9642
|
-
|
|
9643
|
-
(_a = rippleRef.current) == null ? void 0 : _a.replaceChildren();
|
|
9643
|
+
rippleNode == null ? void 0 : rippleNode.replaceChildren();
|
|
9644
9644
|
};
|
|
9645
9645
|
}, []);
|
|
9646
9646
|
const handleCheckedChange = React__default.useCallback(
|