Await Resource
I have an authentication context wrapping the router
And later use the session context in certain functions
But it appears that in some contexts,
useSession
is still unloaded when it is called. I need some way to await the resource ready state if it isn't ready already, or some better way to do this1 Reply
I tried but this doesn't work