Skip to content

Commit 969186c

Browse files
author
Andrey Ognev
committed
0.0.92 fix type on StoreProps.subscribe.extraData
1 parent ccf9787 commit 969186c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/core/wrappers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export interface StoreProps {
3535
/** Путь до объекта в Store */
3636
path: string;
3737
/** Путь к дополнительным данным которые будут переданы в onChange */
38-
extraData?: string;
38+
extraData?: string | Record<string, string>;
3939
/** Выполнить подписку при монтировании компонента
4040
* По умолчанию false */
4141
withMount?: boolean;

0 commit comments

Comments
 (0)