effector-react
Advanced tools
Comparing version 20.7.0 to 20.7.1
@@ -42,3 +42,3 @@ import * as React from 'react' | ||
| ((item: T, index: number) => React.ReactNode), | ||
): React.ReactNode | ||
): JSX.Element | ||
@@ -45,0 +45,0 @@ export function useGate<Props>(Gate: Gate<Props>, props?: Props): void |
@@ -42,3 +42,3 @@ import * as React from 'react' | ||
| ((item: T, index: number) => React.ReactNode), | ||
): React.ReactNode | ||
): JSX.Element | ||
@@ -45,0 +45,0 @@ export function useGate<Props>(Gate: Gate<Props>, props?: Props): void |
@@ -42,3 +42,3 @@ import * as React from 'react' | ||
| ((item: T, index: number) => React.ReactNode), | ||
): React.ReactNode | ||
): JSX.Element | ||
@@ -45,0 +45,0 @@ export function useGate<Props>(Gate: Gate<Props>, props?: Props): void |
@@ -42,3 +42,3 @@ import * as React from 'react' | ||
| ((item: T, index: number) => React.ReactNode), | ||
): React.ReactNode | ||
): JSX.Element | ||
@@ -45,0 +45,0 @@ export function useGate<Props>(Gate: Gate<Props>, props?: Props): void |
@@ -42,3 +42,3 @@ import * as React from 'react' | ||
| ((item: T, index: number) => React.ReactNode), | ||
): React.ReactNode | ||
): JSX.Element | ||
@@ -45,0 +45,0 @@ export function useGate<Props>(Gate: Gate<Props>, props?: Props): void |
{ | ||
"name": "effector-react", | ||
"version": "20.7.0", | ||
"version": "20.7.1", | ||
"description": "React bindings for effector", | ||
@@ -5,0 +5,0 @@ "main": "effector-react.cjs.js", |
141418