We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbdc0b commit e76e4adCopy full SHA for e76e4ad
README.md
@@ -68,7 +68,7 @@ import { Session, Chatbox } from "@talkjs/react";
68
function ChatComponent() {
69
const syncUser = useCallback(
70
() =>
71
- new Talk.User({
+ return new Talk.User({
72
id: "nina",
73
name: "Nina",
74
email: "nina@example.com",
0 commit comments