User Onboarding Flow #126
Annotations
11 errors
lint
@cooper/web#lint: command (/home/runner/work/cooper/cooper/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
|
lint:
apps/web/src/app/_components/onboarding/onboarding-form.tsx#L18
'monthOptions' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/web/src/app/_components/onboarding/onboarding-form.tsx#L63
Unsafe assignment of an error typed value
|
lint:
apps/web/src/app/_components/onboarding/onboarding-form.tsx#L63
'user' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
apps/web/src/app/_components/onboarding/onboarding-form.tsx#L63
Unsafe call of an `error` type typed value
|
lint:
apps/web/src/app/_components/onboarding/onboarding-form.tsx#L63
Unsafe member access .getById on an `error` typed value
|
lint:
apps/web/src/app/_components/onboarding/onboarding-form.tsx#L201
'field' is defined but never used. Allowed unused args must match /^_/u
|
lint
Process completed with exit code 1.
|
typecheck
Property 'user' does not exist on type 'CreateTRPCReactBase<BuiltRouter<{ ctx: { session: Session | null; db: VercelPgDatabase<typeof import("/home/runner/work/cooper/cooper/packages/db/dist/schema")>; token: string | null; }; meta: object; errorShape: { ...; }; transformer: true; }, { ...; }>, unknown> & DecorateRouterRecord<...>'. Did you mean 'users'?
|
typecheck
@cooper/web#typecheck: command (/home/runner/work/cooper/cooper/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|