You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Already managed to fix this issue. Must change ({ $auth }: { $auth: Auth }) to (context: { $auth: Auth }) and use context.$auth instead. Dont know why is $auth undefined in time of load.
The text was updated successfully, but these errors were encountered: