@nanostores/react
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -35,3 +35,3 @@ import { MapStore, Store, StoreValue } from 'nanostores' | ||
SomeStore extends Store, | ||
Key extends keyof StoreValue<Store> | ||
Key extends keyof StoreValue<SomeStore> | ||
>( | ||
@@ -38,0 +38,0 @@ store: SomeStore, |
{ | ||
"name": "@nanostores/react", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"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
5337