converting clerk to supabase auth #2
Annotations
16 errors and 10 warnings
format
@hyper/nextjs#format: command (/home/runner/work/project-hyper/project-hyper/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
|
format
@hyper/expo#format: command (/home/runner/work/project-hyper/project-hyper/apps/expo) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
typecheck
Argument of type 'FlatConfig' is not assignable to parameter of type 'ConfigWithExtends'.
|
typecheck
@hyper/tailwind-config#typecheck: command (/home/runner/work/project-hyper/project-hyper/tooling/tailwind) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
Process completed with exit code 2.
|
lint:
apps/nextjs/src/components/auth/sign-in-form.tsx#L23
Unsafe assignment of an error typed value
|
lint:
apps/nextjs/src/components/auth/sign-in-form.tsx#L23
Unsafe call of an `error` type typed value
|
lint:
apps/nextjs/src/components/auth/sign-in-form.tsx#L24
Unsafe assignment of an error typed value
|
lint:
apps/nextjs/src/components/auth/sign-in-form.tsx#L31
Unsafe argument of type `any` assigned to a parameter of type `HookSafeActionFn<unknown, ZodType<any, ZodTypeDef, any> | undefined, readonly ZodType<any, ZodTypeDef, any>[], unknown, unknown, unknown>`
|
lint:
apps/nextjs/src/components/auth/sign-in-form.tsx#L39
Unsafe assignment of an error typed value
|
lint:
apps/nextjs/src/components/auth/sign-in-form.tsx#L39
Unsafe call of an `error` type typed value
|
lint:
apps/nextjs/src/components/auth/sign-in-form.tsx#L39
Unsafe member access .handleSubmit on an `error` typed value
|
lint:
apps/nextjs/src/components/auth/sign-in-form.tsx#L42
Unsafe assignment of an error typed value
|
lint:
apps/nextjs/src/components/auth/sign-in-form.tsx#L42
Unsafe member access .control on an `error` typed value
|
lint:
apps/nextjs/src/components/auth/sign-in-form.tsx#L61
Unsafe assignment of an error typed value
|
lint:
apps/nextjs/src/components/reports/novel/generative/generative-menu-switch.tsx#L28
React Hook useEffect has a missing dependency: 'editor'. Either include it or remove the dependency array
|
lint:
apps/expo/src/app/(app)/record.tsx#L50
React Hook useEffect has missing dependencies: 'discardRecording' and 'startRecording'. Either include them or remove the dependency array
|
lint:
apps/expo/src/components/intro/waveform-intro-animation.tsx#L56
React Hook useEffect has a missing dependency: 'handleColorChange'. Either include it or remove the dependency array. If 'handleColorChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
apps/expo/src/components/intro/waveform-intro-animation.tsx#L71
React Hook useEffect has a missing dependency: 'volume'. Either include it or remove the dependency array
|
lint:
apps/expo/src/components/primitives/avatar/index.tsx#L72
React Hook React.useCallback has missing dependencies: 'onLoadingStatusChange' and 'setStatus'. Either include them or remove the dependency array. If 'onLoadingStatusChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
apps/expo/src/components/primitives/avatar/index.tsx#L81
React Hook React.useCallback has missing dependencies: 'onLoadingStatusChange' and 'setStatus'. Either include them or remove the dependency array. If 'onLoadingStatusChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
apps/expo/src/components/primitives/hooks/useAugmentedRef.tsx#L26
React Hook React.useImperativeHandle was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
lint:
apps/expo/src/components/primitives/hooks/useAugmentedRef.tsx#L26
React Hook React.useImperativeHandle has a missing dependency: 'methods'. Either include it or remove the dependency array
|
lint:
apps/expo/src/components/primitives/hooks/useRelativePosition.tsx#L56
React Hook React.useMemo has missing dependencies: 'align', 'alignOffset', 'avoidCollisions', 'dimensions', 'disablePositioningStyle', 'insets', 'side', and 'sideOffset'. Either include them or remove the dependency array
|
lint:
apps/expo/src/components/primitives/tooltip/tooltip.tsx#L107
React Hook React.useImperativeHandle has an unnecessary dependency: 'triggerRef.current'. Either exclude it or remove the dependency array. Mutable values like 'triggerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|