Skip to content

Commit aba6500

Browse files
committed
fix: Add missing signature to useEffect deps
1 parent 99d268c commit aba6500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Session.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function Session(props: SessionProps) {
6161
}
6262
};
6363
}
64-
}, [ready, appId, userId, syncUser, sessionRef]);
64+
}, [ready, signature, appId, userId, syncUser, sessionRef]);
6565

6666
useMethod(
6767
session,

0 commit comments

Comments
 (0)