feat(auth): add Firebase phone and email link passwordless authentica… #32
Annotations
10 errors and 1 warning
|
quality-gate
Process completed with exit code 1.
|
|
quality-gate:
components/auth/PhoneAuthExample.tsx#L104
Unsafe member access .target on an `any` value
|
|
quality-gate:
components/auth/PhoneAuthExample.tsx#L104
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
|
|
quality-gate:
components/auth/PhoneAuthExample.tsx#L75
Unsafe member access .target on an `any` value
|
|
quality-gate:
components/auth/PhoneAuthExample.tsx#L75
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
|
|
quality-gate:
components/auth/EmailLinkAuthExample.tsx#L140
Unsafe member access .target on an `any` value
|
|
quality-gate:
components/auth/EmailLinkAuthExample.tsx#L140
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
|
|
quality-gate:
components/auth/EmailLinkAuthExample.tsx#L98
Unsafe member access .target on an `any` value
|
|
quality-gate:
components/auth/EmailLinkAuthExample.tsx#L98
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
|
|
quality-gate:
components/auth/EmailLinkAuthExample.tsx#L26
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
quality-gate:
components/auth/EmailLinkAuthExample.tsx#L28
React Hook useEffect has a missing dependency: 'handleCompleteSignIn'. Either include it or remove the dependency array
|