@hookstate/core
Advanced tools
Comparing version 4.0.0-rc12 to 4.0.0-rc13
@@ -141,2 +141,3 @@ import React from 'react'; | ||
readonly promised: boolean; | ||
readonly promise: Promise<State<S, E>> | undefined; | ||
/** | ||
@@ -487,2 +488,3 @@ * If a state was set to a promise and the promise was rejected, | ||
children: (state: State<S, E>) => React.ReactElement; | ||
suspend?: boolean; | ||
}): never; | ||
@@ -501,2 +503,3 @@ /** | ||
children: (state: State<S, E>) => React.ReactElement; | ||
suspend?: boolean; | ||
}): React.ReactElement; | ||
@@ -515,3 +518,5 @@ /** | ||
children: (state: State<S, E>) => React.ReactElement; | ||
suspend?: boolean; | ||
}): React.ReactElement; | ||
export declare function suspendHookstate<S, E>(state: State<S, E>): React.FunctionComponentElement<any> | undefined; | ||
/** | ||
@@ -518,0 +523,0 @@ * A plugin which allows to opt-out from usage of Javascript proxies for |
{ | ||
"name": "@hookstate/core", | ||
"version": "4.0.0-rc12", | ||
"version": "4.0.0-rc13", | ||
"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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
498235
3888