CI #1119
ci.yml
on: merge_group
Format, Lint, Typecheck, Test, Build
7m 30s
Browser Test
4m 3s
Release Smoke
52s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
react(exhaustive-effect-dependencies):
apps/web/src/components/chat/ChatComposer.tsx#L1978
apps/web/src/components/chat/ChatComposer.tsx:1978:7: Found extra effect dependencies
|
|
react(exhaustive-effect-dependencies):
apps/web/src/components/chat/ChatComposer.tsx#L1145
apps/web/src/components/chat/ChatComposer.tsx:1145:7: Found extra effect dependencies
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerPendingDrawingContexts.tsx#L75
apps/web/src/components/chat/ComposerPendingDrawingContexts.tsx:75:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
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
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ThreadActivityPopover.tsx#L151
apps/web/src/components/chat/ThreadActivityPopover.tsx:151:7: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(refs):
apps/web/src/components/chat/ThreadActivityPopover.tsx#L912
apps/web/src/components/chat/ThreadActivityPopover.tsx:912:18: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/chat/ThreadActivityPopover.tsx#L906
apps/web/src/components/chat/ThreadActivityPopover.tsx:906:16: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/chat/ThreadActivityPopover.tsx#L570
apps/web/src/components/chat/ThreadActivityPopover.tsx:570:22: Cannot access refs during render
|
|
react(exhaustive-effect-dependencies):
apps/web/src/components/chat/ThreadActivityPopover.tsx#L187
apps/web/src/components/chat/ThreadActivityPopover.tsx:187:7: Found extra effect dependencies
|
|
eslint(no-unused-vars):
apps/web/src/components/chat/ThreadActivityPopover.tsx#L9
apps/web/src/components/chat/ThreadActivityPopover.tsx:9:8: Type 'ReactNode' is imported but never used.
|