rebuild #181
Annotations
10 errors and 1 warning
lint:
src/components/DraggablePanel/FloatMode.tsx#L158
Type '{ width?: string | number; height?: string | number; x: number; y: number; }' is not assignable to type '{ x: number; y: number; } & Size'.
|
lint:
src/components/IconAction.tsx#L30
Type 'ForwardedRef<HTMLElement>' is not assignable to type 'LegacyRef<HTMLButtonElement | HTMLAnchorElement> | undefined'.
|
lint:
src/features/FolderPanel/index.tsx#L39
Argument of type 'number | undefined' is not assignable to parameter of type 'SetStateAction<number>'.
|
lint:
src/helpers/prompt.ts#L7
Cannot find module 'langchain/prompts' or its corresponding type declarations.
|
lint:
src/pages/api/LangChainStream.ts#L3
Cannot find module 'langchain/chat_models/openai' or its corresponding type declarations.
|
lint:
src/pages/api/LangChainStream.ts#L9
Cannot find module 'langchain/prompts' or its corresponding type declarations.
|
lint:
src/pages/api/LangChainStream.ts#L50
Parameter 'token' implicitly has an 'any' type.
|
lint:
src/pages/api/OpenAIStream.ts#L2
Cannot find module 'langchain/chat_models/openai' or its corresponding type declarations.
|
lint:
src/pages/api/OpenAIStream.ts#L3
Cannot find module 'langchain/schema' or its corresponding type declarations.
|
lint:
src/pages/api/OpenAIStream.ts#L89
Parameter 'token' implicitly has an 'any' type.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading