@hookstate/core
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -218,3 +218,3 @@ import React from 'react'; | ||
export interface __State<S, E> { | ||
[__state]: [Immutable<S>, E]; | ||
[__state]: [S, E]; | ||
} | ||
@@ -221,0 +221,0 @@ /** |
{ | ||
"name": "@hookstate/core", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "The flexible, fast and extendable state management for React that is based on hooks and state usage tracking.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
496397