Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "corners", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -20,3 +20,4 @@ import type { FC, ForwardRefExoticComponent } from "react" | ||
const WithCorners: FC<P> = (props) => { | ||
const pathId = useId ? useId() : Math.random().toString() | ||
console.log(useId) | ||
const pathId = useId() | ||
const nodeRef = useRef<HTMLElement>(null) | ||
@@ -23,0 +24,0 @@ const size = useSize(nodeRef) |
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
1427
104680