ts warning

This commit is contained in:
wkj 2024-01-31 20:29:14 +08:00
parent 339bb88057
commit 40431a4cff
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ export function createComponent<
FD,
FormedData,
TData & {
__userId: string | undefined;
__userId: string | undefined | null;
},
TProperty,
TMethod & {