ts warning
This commit is contained in:
parent
339bb88057
commit
40431a4cff
|
|
@ -138,7 +138,7 @@ export function createComponent<
|
|||
FD,
|
||||
FormedData,
|
||||
TData & {
|
||||
__userId: string | undefined;
|
||||
__userId: string | undefined | null;
|
||||
},
|
||||
TProperty,
|
||||
TMethod & {
|
||||
|
|
|
|||
Loading…
Reference in New Issue