Skip to content

Commit 7f366ad

Browse files
authored
Merge pull request #660 from GetStream/mentions-type-error
fix-mentions-type
2 parents a35d77d + 1bc2253 commit 7f366ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export function useMentionsHandlers(
409409
onMentionsClick?: (e: React.MouseEvent, user?: Client.UserResponse) => void,
410410
): (
411411
e: React.MouseEvent<HTMLSpanElement>,
412-
mentioned_users: UserResponse[],
412+
mentioned_users: Client.UserResponse[],
413413
) => void;
414414

415415
export interface PaginatorProps {

0 commit comments

Comments
 (0)