Feature/add graphiql editor #18
Annotations
17 errors
Types:
src/firebase.ts#L1
Cannot find module 'firebase/app' or its corresponding type declarations.
|
Types:
src/pages/LoginPage.tsx#L3
Cannot find module '@hookform/resolvers/yup' or its corresponding type declarations.
|
Types:
src/pages/LoginPage.tsx#L5
Cannot find module 'firebase/auth' or its corresponding type declarations.
|
Types:
src/pages/LoginPage.tsx#L63
Argument of type '({ email, password }: { email: string; password: string; }) => Promise<any>' is not assignable to parameter of type 'SubmitHandler<FieldValues>'.
|
Types:
src/pages/LoginPage.tsx#L73
Argument of type 'string | FieldError | Merge<FieldError, FieldErrorsImpl<any>> | undefined' is not assignable to parameter of type 'string | undefined'.
|
Types:
src/pages/LoginPage.tsx#L87
Argument of type 'string | FieldError | Merge<FieldError, FieldErrorsImpl<any>> | undefined' is not assignable to parameter of type 'string | undefined'.
|
Types:
src/pages/SignUpPage.tsx#L3
Cannot find module '@hookform/resolvers/yup' or its corresponding type declarations.
|
Types:
src/pages/SignUpPage.tsx#L5
Cannot find module 'firebase/auth' or its corresponding type declarations.
|
Types:
src/pages/SignUpPage.tsx#L62
Argument of type '({ email, password }: { email: string; password: string; }) => Promise<any>' is not assignable to parameter of type 'SubmitHandler<FieldValues>'.
|
Types:
src/pages/SignUpPage.tsx#L72
Argument of type 'string | FieldError | Merge<FieldError, FieldErrorsImpl<any>> | undefined' is not assignable to parameter of type 'string | undefined'.
|
Lint:
src/firebase.ts#L1
Unable to resolve path to module 'firebase/app'
|
Lint:
src/pages/LoginPage.tsx#L3
Unable to resolve path to module '@hookform/resolvers/yup'
|
Lint:
src/pages/LoginPage.tsx#L5
Unable to resolve path to module 'firebase/auth'
|
Lint:
src/pages/SignUpPage.tsx#L3
Unable to resolve path to module '@hookform/resolvers/yup'
|
Lint:
src/pages/SignUpPage.tsx#L5
Unable to resolve path to module 'firebase/auth'
|
Lint
Process completed with exit code 1.
|
Test
Process completed with exit code 1.
|