feat(agents): show availability status in agent selector #18
Annotations
1 error and 10 warnings
|
quality
Process completed with exit code 1.
|
|
quality:
src/components/ResizablePanel.tsx#L375
Solid components run once, so an early return breaks reactivity. Move the condition inside a JSX element, such as a fragment or <Show />
|
|
quality:
src/components/ResizablePanel.tsx#L366
Solid components run once, so an early return breaks reactivity. Move the condition inside a JSX element, such as a fragment or <Show />
|
|
quality:
src/components/ResizablePanel.tsx#L363
Solid components run once, so an early return breaks reactivity. Move the condition inside a JSX element, such as a fragment or <Show />
|
|
quality:
src/components/ResizablePanel.tsx#L152
This function should be passed to a tracked scope (like createEffect) or an event handler because it contains reactivity, or else changes will be ignored
|
|
quality:
src/components/ConnectPhoneModal.tsx#L225
Forbidden non-null assertion
|
|
quality:
src/arena/store.ts#L33
The reactive variable 'state' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
|
quality:
src/arena/ResultsScreen.tsx#L132
Forbidden non-null assertion
|
|
quality:
src/arena/ResultsScreen.tsx#L130
Forbidden non-null assertion
|
|
quality:
src/arena/CommitDialog.tsx#L19
The reactive variable 'props.target.name' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
|
|
quality:
electron/ipc/pty.ts#L28
Forbidden non-null assertion
|