fix: ts error; remove attributify-mode class #132
Annotations
4 errors and 8 warnings
lint:
src/components/Markdown.tsx#L1
Member 'createEffect' of the import declaration should be sorted alphabetically
|
lint:
src/components/Markdown.tsx#L50
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
lint:
src/components/Markdown.tsx#L51
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
lint
Process completed with exit code 1.
|
lint:
src/components/conversations/ConversationEdit.tsx#L41
'handleOpenMockMessages' is assigned a value but never used
|
lint:
src/components/main/Conversation.tsx#L19
'$streamsMap' is assigned a value but never used
|
lint:
src/components/main/Conversation.tsx#L20
'$loadingStateMap' is assigned a value but never used
|
lint:
src/components/ui/SelectMessageModal.tsx#L24
'handleSelectAll' is assigned a value but never used
|
lint:
src/logics/conversation.ts#L1
Using exported name 'destr' as identifier for default export
|
lint:
src/providers/replicate/handler.ts#L4
'signal' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/stores/conversation.ts#L4
'conversationMapData' is defined but never used
|
lint:
src/stores/messages.ts#L2
'conversationMessagesMapData' is defined but never used
|