@react-hook/merged-ref
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -25,3 +25,3 @@ 'use strict' | ||
} | ||
}, args) | ||
}, args.slice(0)) | ||
} | ||
@@ -28,0 +28,0 @@ |
@@ -20,5 +20,5 @@ import {useCallback} from 'react' | ||
} | ||
}, args) | ||
}, args.slice(0)) | ||
} | ||
export default useMergedRef |
{ | ||
"name": "@react-hook/merged-ref", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Jared Lunde <jared@BeStellar.co> (https://jaredLunde.com)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
5175