chore: update to expo sdk 52 #41
Annotations
10 errors and 5 warnings
Lint
The inferred type of 'FormControl' cannot be named without a reference to '@radix-ui/react-slot/node_modules/@types/react'. This is likely not portable. A type annotation is necessary.
|
Lint
Property 'title' does not exist on type '{ reportType: string; startTime: Date; endTime: Date; generatedAt: Date; }'.
|
Lint
Property 'content' does not exist on type '{ reportType: string; startTime: Date; endTime: Date; generatedAt: Date; }'.
|
Lint
No overload matches this call.
|
Lint
Property 'content' does not exist on type '{ id: string; reportType?: string | undefined; startTime?: Date | undefined; endTime?: Date | undefined; generatedAt?: Date | undefined; }'.
|
Lint
Property 'title' does not exist on type '{ id: string; reportType?: string | undefined; startTime?: Date | undefined; endTime?: Date | undefined; generatedAt?: Date | undefined; }'.
|
Lint
Object literal may only specify known properties, and 'title' does not exist in type '{ profileId?: string | SQL<unknown> | undefined; reportType?: string | SQL<unknown> | undefined; startTime?: Date | SQL<unknown> | undefined; endTime?: Date | SQL<unknown> | undefined; generatedAt?: Date | ... 1 more ... | undefined; id?: string | ... 1 more ... | undefined; createdAt?: Date | ... 1 more ... | undef...'.
|
Lint:
packages/api/src/router/report.ts#L56
Unsafe assignment of an error typed value
|
Lint:
packages/api/src/router/report.ts#L57
Unsafe assignment of an error typed value
|
Lint:
packages/api/src/router/report.ts#L74
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/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/ui/skeleton.tsx#L24
React Hook React.useEffect has a missing dependency: 'sv'. Either include it or remove the dependency array
|
Lint:
apps/expo/src/components/ui/typography.tsx#L2
All imports in the declaration are only used as types. Use `import type`
|
Loading