add_thinking #15668
Annotations
10 errors and 5 warnings
frontend/src/components/chat-message.tsx#L9
Replace `'./chat-thinking-animation'` with `"./chat-thinking-animation"`
|
frontend/src/components/chat-message.tsx#L21
Replace `''` with `""`
|
frontend/src/components/chat-message.tsx#L27
Replace `message.indexOf("<thinking>")·+·10,·message.indexOf("</thinking>")` with `⏎······message.indexOf("<thinking>")·+·10,⏎······message.indexOf("</thinking>"),⏎····`
|
frontend/src/components/chat-message.tsx#L30
Assignment to function parameter 'message'
|
frontend/src/components/chat-message.tsx#L35
Replace `·,·setShowThought]·=·React.useState(false);⏎` with `,·setShowThought]·=·React.useState(false);`
|
frontend/src/components/chat-message.tsx#L87
Replace `<ChatThinkingAnimation·onThoughtChange={setShowThought}/>` with `(⏎········<ChatThinkingAnimation·onThoughtChange={setShowThought}·/>⏎······)`
|
frontend/src/components/chat-message.tsx#L90
Insert `··`
|
frontend/src/components/chat-message.tsx#L91
Insert `··`
|
frontend/src/components/chat-message.tsx#L92
Insert `··`
|
frontend/src/components/chat-message.tsx#L93
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “ChatMessage” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
frontend/src/components/chat-interface.tsx#L68
Unexpected console statement
|
frontend/src/components/chat-message.tsx#L28
Unexpected console statement
|
frontend/src/components/chat-message.tsx#L31
Unexpected console statement
|
frontend/src/components/chat-thinking-animation.tsx#L7
Unexpected console statement
|
frontend/src/services/actions.ts#L152
Unexpected console statement
|
The logs for this run have expired and are no longer available.
Loading