converting clerk to supabase auth #2
Annotations
10 errors and 10 warnings
apps/nextjs/src/components/auth/sign-in-form.tsx#L23
Unsafe assignment of an error typed value
|
apps/nextjs/src/components/auth/sign-in-form.tsx#L23
Unsafe call of an `error` type typed value
|
apps/nextjs/src/components/auth/sign-in-form.tsx#L24
Unsafe assignment of an error typed value
|
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>`
|
apps/nextjs/src/components/auth/sign-in-form.tsx#L39
Unsafe assignment of an error typed value
|
apps/nextjs/src/components/auth/sign-in-form.tsx#L39
Unsafe call of an `error` type typed value
|
apps/nextjs/src/components/auth/sign-in-form.tsx#L39
Unsafe member access .handleSubmit on an `error` typed value
|
apps/nextjs/src/components/auth/sign-in-form.tsx#L42
Unsafe assignment of an error typed value
|
apps/nextjs/src/components/auth/sign-in-form.tsx#L42
Unsafe member access .control on an `error` typed value
|
apps/nextjs/src/components/auth/sign-in-form.tsx#L61
Unsafe assignment of an error typed value
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
The logs for this run have expired and are no longer available.
Loading