Added ModelProviderMenu component and reused it in PromptsendButton and MessageBase #1174
Annotations
8 errors and 3 warnings
Lint:
src/components/Message/MessageBase.tsx#L15
'MenuList' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/components/Message/MessageBase.tsx#L68
'isChatModel' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/components/Message/MessageBase.tsx#L460
'onStartTyping' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
src/components/PromptForm/PromptSendButton.tsx#L33
'ChatCraftModel' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/components/PromptForm/PromptSendButton.tsx#L235
'debouncedSearchQuery' is assigned a value but never used. Allowed unused elements of array destructuring must match /^_/u
|
Lint:
src/components/PromptForm/PromptSendButton.tsx#L248
'onStartTyping' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
src/components/PromptForm/PromptSendButton.tsx#L268
'providersList' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint
Process completed with exit code 1.
|
Lint
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/
|
Build
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/
|
Test
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/
|