Skip to content

Commit

Permalink
sm
Browse files Browse the repository at this point in the history
  • Loading branch information
stopachka committed Jan 16, 2025
1 parent 76ab197 commit ad0b611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/packages/react/src/InstantReactRoom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export function useSyncPresence<
* active,
* setActive,
* inputProps,
* } = db.rooms.useTypingIndicator("chat-input");
* } = db.rooms.useTypingIndicator(room, "chat-input");
*
* return <input {...inputProps} />;
* }
Expand Down

0 comments on commit ad0b611

Please sign in to comment.