use-propagate
Advanced tools
Comparing version 0.0.1-main.af24127 to 0.0.1-main.af60d00
{ | ||
"name": "use-propagate", | ||
"version": "0.0.1-main.af24127", | ||
"version": "0.0.1-main.af60d00", | ||
"description": "Propagates an event to multiple subscribers using React hooks.", | ||
@@ -81,5 +81,5 @@ "files": [ | ||
"@babel/runtime-corejs3": "^7.24.1", | ||
"use-propagate": "^0.0.1-main.af24127", | ||
"use-propagate": "^0.0.1-main.af60d00", | ||
"use-ref-from": "^0.0.3" | ||
} | ||
} |
@@ -78,3 +78,3 @@ # `use-propagate` | ||
Use the following code snippet to save the value to a state, which will rerender the component. | ||
Use the following code snippet to save the value to a state, which will re-render the component. | ||
@@ -81,0 +81,0 @@ ```tsx |
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
29113