Prepare v0.3.8 changelog and announcement #998
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
5m 53s
Browser Test
3m 45s
Release Smoke
1m 7s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
react(set-state-in-effect):
apps/web/src/components/chat/CodexInlineVisualization.tsx#L291
apps/web/src/components/chat/CodexInlineVisualization.tsx:291:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
eslint(no-unused-vars):
apps/server/src/cli/config.test.ts#L712
apps/server/src/cli/config.test.ts:712:13: Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerNoticeDock.tsx#L30
apps/web/src/components/chat/ComposerNoticeDock.tsx:30:7: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/chat/SubagentTranscript.tsx#L257
apps/web/src/components/chat/SubagentTranscript.tsx:257:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(no-array-index-key):
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx#L454
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx:454:15: Usage of Array index in keys is not allowed
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx#L350
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx:350:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx#L141
apps/web/src/components/chat/ComposerPendingPickedElementContexts.tsx:141:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
eslint(no-unused-vars):
apps/web/src/components/chat/rightPanelLauncherState.test.ts#L35
apps/web/src/components/chat/rightPanelLauncherState.test.ts:35:10: Function 'buildRun' is declared but never used.
|
|
eslint(no-unsafe-optional-chaining):
packages/shared/src/claudeSubagentActivity.test.ts#L96
packages/shared/src/claudeSubagentActivity.test.ts:96:20: Unsafe usage of optional chaining
|
|
eslint(no-unsafe-optional-chaining):
packages/shared/src/claudeSubagentActivity.test.ts#L83
packages/shared/src/claudeSubagentActivity.test.ts:83:13: Unsafe usage of optional chaining
|