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.
signature
useEffect
1 parent 99d268c commit aba6500Copy full SHA for aba6500
lib/Session.tsx
@@ -61,7 +61,7 @@ export function Session(props: SessionProps) {
61
}
62
};
63
64
- }, [ready, appId, userId, syncUser, sessionRef]);
+ }, [ready, signature, appId, userId, syncUser, sessionRef]);
65
66
useMethod(
67
session,
0 commit comments