use-composed-ref
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "use-composed-ref", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "React hook which creates a ref function from given refs. Useful when using forwardRef.", | ||
@@ -29,3 +29,3 @@ "main": "./dist/use-composed-ref.cjs.js", | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0" | ||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
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
3065