react-helpful-utils
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -7,8 +7,8 @@ export { useMergedRef_default as useMergedRef } from './_chunks/chunk-VZNZXBWY.js'; | ||
export { setRef_default as setRef } from './_chunks/chunk-QULJNVHY.js'; | ||
export { useConst_default as useConst } from './_chunks/chunk-IP6REURL.js'; | ||
export { useDebounce_default as useDebounce } from './_chunks/chunk-CBWWTIKU.js'; | ||
export { useConst_default as useConst } from './_chunks/chunk-IP6REURL.js'; | ||
export { useDerivedState_default as useDerivedState } from './_chunks/chunk-CYGSKGC4.js'; | ||
export { usePrevious_default as usePrevious } from './_chunks/chunk-UTR5VF6O.js'; | ||
export { useForceRerender_default as useForceRerender } from './_chunks/chunk-QQ4B2RMW.js'; | ||
export { useForceRerender_default as useForceRerender } from './_chunks/chunk-TIVXJ74Q.js'; | ||
//# sourceMappingURL=index.js.map | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "react-helpful-utils", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Andrii Dubetskyi", | ||
@@ -5,0 +5,0 @@ "description": "Fast, tree-shakable, and light-weight React utils and hooks", |
@@ -5,4 +5,4 @@ /** | ||
*/ | ||
declare const useForceRerender: () => void; | ||
declare const useForceRerender: () => () => void; | ||
export { useForceRerender as default }; |
@@ -1,3 +0,3 @@ | ||
export { useForceRerender_default as default } from '../_chunks/chunk-QQ4B2RMW.js'; | ||
export { useForceRerender_default as default } from '../_chunks/chunk-TIVXJ74Q.js'; | ||
//# sourceMappingURL=index.js.map | ||
//# sourceMappingURL=index.js.map |
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
63810