Join Discord
Powered by
Trying to follow https://supertokens.com/docs/auth...
# support-questions-legacy
t
t3ddy7509
03/28/2023, 2:14 AM
Trying to follow
https://supertokens.com/docs/auth-react/session/session-auth
it worked w/ regular js but switching to ts I'm getting error
Property 'doesSessionExist' does not exist on type 'SessionContextType'.
Any idea how to resolve?
r
rp_st
03/28/2023, 4:43 AM
Hey
@t3ddy7509
you need to first check if sessionContext.loading. And if not, only then can you do sessionContext.doesSessionExist
6
Views
Previous
Next