添加 y 轴选择功能,允许动态选择不同的数据显示;优化 ChartHtml 组件以支持新的 y 属性 #184
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/components/UploadDragger/index.tsx#L80
Conversion of type 'Uint8Array<ArrayBuffer>' to type 'ArrayBuffer' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
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.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading