@yamada-ui/utils
Advanced tools
Comparing version 0.0.0-dev-20230714125059 to 0.0.0-dev-20230716162752
@@ -411,5 +411,4 @@ "use strict"; | ||
const callId = ++lastCallId.current; | ||
if (!state.loading) { | ||
if (!state.loading) | ||
setState((prevState) => ({ ...prevState, loading: true })); | ||
} | ||
return func(...args).then( | ||
@@ -416,0 +415,0 @@ (value) => { |
@@ -173,5 +173,4 @@ "use strict"; | ||
const callId = ++lastCallId.current; | ||
if (!state.loading) { | ||
if (!state.loading) | ||
setState((prevState) => ({ ...prevState, loading: true })); | ||
} | ||
return func(...args).then( | ||
@@ -178,0 +177,0 @@ (value) => { |
{ | ||
"name": "@yamada-ui/utils", | ||
"version": "0.0.0-dev-20230714125059", | ||
"version": "0.0.0-dev-20230716162752", | ||
"description": "Yamada UI utils", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
117669
3463