@yamada-ui/use-clickable
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -55,3 +55,5 @@ "use strict"; | ||
const refCb = (node) => { | ||
if ((node == null ? void 0 : node.tagName) !== "BUTTON") | ||
if (!node) | ||
return; | ||
if (node.tagName !== "BUTTON") | ||
setIsButton(false); | ||
@@ -58,0 +60,0 @@ }; |
{ | ||
"name": "@yamada-ui/use-clickable", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Yamada UI useClickable custom hook", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
83784
988