@nanostores/react
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -13,5 +13,5 @@ import { listenKeys } from 'nanostores' | ||
let get = useCallback(() => store.value, [store]) | ||
let get = store.get.bind(store) | ||
return useSyncExternalStore(subscribe, get, get) | ||
} |
{ | ||
"name": "@nanostores/react", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "React integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
4282