@airma/react-effect
Advanced tools
Comparing version 15.1.0 to 15.1.1
import { FactoryCollection, FactoryModel } from '@airma/react-state'; | ||
import { ComponentType, FC, ReactNode } from 'react'; | ||
import { ComponentType, FC, NamedExoticComponent, ReactNode } from 'react'; | ||
@@ -91,3 +91,5 @@ export declare type PromiseResult<T> = { | ||
models: FactoryCollection | ||
): <P extends object>(component: ComponentType<P>) => typeof component; | ||
): <P extends Record<string, any>>( | ||
component: FunctionComponent<P> | NamedExoticComponent<P> | ||
) => typeof component; | ||
@@ -94,0 +96,0 @@ export declare const Strategy = { |
{ | ||
"private": false, | ||
"name": "@airma/react-effect", | ||
"version": "15.1.0", | ||
"version": "15.1.1", | ||
"description": "This is a react async state management tool", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
55628
83
2