feat(web): diff panel lists files edge to edge and keeps them across refetches #1006
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
6m 47s
Browser Test
3m 56s
Release Smoke
1m 7s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
react(refs):
apps/web/src/components/chat/MessagesTimeline.tsx#L982
apps/web/src/components/chat/MessagesTimeline.tsx:982:33: Cannot access refs during render
|
|
react(exhaustive-effect-dependencies):
apps/web/src/components/chat/MessagesTimeline.tsx#L1288
apps/web/src/components/chat/MessagesTimeline.tsx:1288:25: Found extra effect dependencies
|
|
react(exhaustive-effect-dependencies):
apps/web/src/components/chat/MessagesTimeline.tsx#L1194
apps/web/src/components/chat/MessagesTimeline.tsx:1194:5: Found extra effect dependencies
|
|
react(set-state-in-effect):
apps/web/src/components/desktop/SshPasswordPromptDialog.tsx#L92
apps/web/src/components/desktop/SshPasswordPromptDialog.tsx:92:7: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/desktop/SshPasswordPromptDialog.tsx#L54
apps/web/src/components/desktop/SshPasswordPromptDialog.tsx:54: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#L917
apps/web/src/components/chat/ThreadActivityPopover.tsx:917:18: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/chat/ThreadActivityPopover.tsx#L911
apps/web/src/components/chat/ThreadActivityPopover.tsx:911:16: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/chat/ThreadActivityPopover.tsx#L579
apps/web/src/components/chat/ThreadActivityPopover.tsx:579: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
|