feat: support throwing errors instead of returning them #1766
Annotations
5 errors
|
Build:
src/AuthClient.ts#L3
Parameter 'options' implicitly has an 'any' type.
|
Build:
src/GoTrueClient.ts#L110
Type '{ url: string; storageKey: string; autoRefreshToken: true; persistSession: true; detectSessionInUrl: true; headers: { 'X-Client-Info': string; }; flowType: "implicit"; debug: false; hasCustomAuthorizationHeader: false; throwOnError: boolean; }' is not assignable to type 'Omit<Required<GoTrueClientOptions>, "storage" | "fetch" | "lock">'.
|
Build:
src/GoTrueClient.ts#L217
Property 'throwOnError' does not exist on type '{ url: string; headers: { [key: string]: string; }; storageKey: string; detectSessionInUrl: boolean; autoRefreshToken: boolean; persistSession: boolean; storage?: SupportedStorage | undefined; ... 4 more ...; hasCustomAuthorizationHeader: boolean; }'.
|
Build
Process completed with exit code 1.
|
Loading