fix: checks #214
Annotations
11 errors
Type '(document: Document, query: string, queryData: RequestParameters) => Promise<unknown>' is not assignable to type 'RequestOctokitGraphqlDataType'.:
.yarn/__virtual__/@globals-data-virtual-696d063049/1/globals/data/src/octokit-graphql/hooks/request-octokit-graphql.hook.ts#L9
Type '(document: Document, query: string, queryData: RequestParameters) => Promise<unknown>' is not assignable to type 'RequestOctokitGraphqlDataType'.
Type 'Promise<unknown>' is not assignable to type 'Promise<GraphQlQueryResponseData>'.
Type 'unknown' is not assignable to type 'GraphQlQueryResponseData'.
|
'BaseRootLayout' cannot be used as a JSX component.:
app/entrypoints/renderer/src/app/layout.tsx#L11
'BaseRootLayout' cannot be used as a JSX component.
Its type '({ children, messages }: RootLayoutProps) => Promise<React.JSX.Element>' is not a valid JSX element type.
Type '({ children, messages }: RootLayoutProps) => Promise<React.JSX.Element>' is not assignable to type '(props: any, deprecatedLegacyContext?: any) => ReactNode'.
Type 'Promise<Element>' is not assignable to type 'ReactNode'.
|
Cannot find module 'next/server' or its corresponding type declarations.:
app/entrypoints/renderer/src/middleware.ts#L1
Cannot find module 'next/server' or its corresponding type declarations.
|
Cannot find module 'next/server' or its corresponding type declarations.:
app/entrypoints/renderer/src/middleware.ts#L3
Cannot find module 'next/server' or its corresponding type declarations.
|
Type '(document: Document, query: string, queryData: RequestParameters) => Promise<unknown>' is not assignable to type 'RequestOctokitGraphqlDataType'.:
globals/data/src/octokit-graphql/hooks/request-octokit-graphql.hook.ts#L9
Type '(document: Document, query: string, queryData: RequestParameters) => Promise<unknown>' is not assignable to type 'RequestOctokitGraphqlDataType'.
Type 'Promise<unknown>' is not assignable to type 'Promise<GraphQlQueryResponseData>'.
|
Cannot find module '@screens/sign-in' or its corresponding type declarations.:
mobile/app/app/(auth)/sign-in.ts#L1
Cannot find module '@screens/sign-in' or its corresponding type declarations.
|
Cannot find module '@screens/dashboard' or its corresponding type declarations.:
mobile/app/app/dashboard.ts#L1
Cannot find module '@screens/dashboard' or its corresponding type declarations.
|
Cannot find module 'react-native' or its corresponding type declarations.:
mobile/app/app/index.tsx#L1
Cannot find module 'react-native' or its corresponding type declarations.
|
Cannot find module 'expo-router' or its corresponding type declarations.:
mobile/app/app/index.tsx#L2
Cannot find module 'expo-router' or its corresponding type declarations.
|
Cannot find module '@screens/sign-in' or its corresponding type declarations.:
mobile/app/app/src/(auth)/sign-in.ts#L1
Cannot find module '@screens/sign-in' or its corresponding type declarations.
|
|