Open
Description
"@frontegg/vue": "^2.0.42",
const { fronteggLoaded, authState, loginWithRedirect, useFronteggAuthGuard } = useFrontegg();
gives the following TS error:
TS2339: Property 'useFronteggAuthGuard' does not exist on type '{ fronteggLoaded: boolean; authState: AuthState; fronteggAuth: FronteggAuthService; loginWithRedirect: () => void; loadEntitlements: any; }'.
Also crashes at runtime: