@shopify/react-hooks
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -12,3 +12,3 @@ 'use strict'; | ||
function useOnValueChange(value, onChange) { | ||
const tracked = React__default['default'].useRef(value); | ||
const tracked = React__default["default"].useRef(value); | ||
React.useEffect(() => { | ||
@@ -15,0 +15,0 @@ const oldValue = tracked.current; |
{ | ||
"name": "@shopify/react-hooks", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"license": "MIT", | ||
@@ -48,5 +48,5 @@ "description": "A collection of primitive React hooks", | ||
"devDependencies": { | ||
"@shopify/react-testing": "^3.2.7" | ||
"@shopify/react-testing": "^3.2.8" | ||
}, | ||
"gitHead": "aef6df3db53001969b6c3f9c09d11d94adb01bea" | ||
"gitHead": "9cc43c40f1cf55b3292a6c397c331cfdfd9f83d2" | ||
} |
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