fix(web): a merged pull request wraps up its thread once, and a setting can turn that off #1062
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
7m 16s
Browser Test
3m 39s
Release Smoke
50s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
react(immutability):
apps/web/src/components/GitActionsControl.tsx#L1398
apps/web/src/components/GitActionsControl.tsx:1398:3: This value cannot be modified
|
|
react(exhaustive-effect-dependencies):
apps/web/src/components/SourceControlToolUpdateLaunchNotification.tsx#L147
apps/web/src/components/SourceControlToolUpdateLaunchNotification.tsx:147:6: Found missing effect dependencies
|
|
react(exhaustive-effect-dependencies):
apps/web/src/components/AnimatedHeight.tsx#L22
apps/web/src/components/AnimatedHeight.tsx:22:7: Found extra effect dependencies
|
|
react(purity):
apps/web/src/components/ChatsDestinationView.tsx#L88
apps/web/src/components/ChatsDestinationView.tsx:88:19: Cannot call impure function during render
|
|
react(immutability):
apps/web/src/planPanelState.ts#L123
apps/web/src/planPanelState.ts:123:9: Cannot modify local variables after render completes
|
|
react(immutability):
apps/web/src/planPanelState.ts#L123
apps/web/src/planPanelState.ts:123:9: Cannot reassign variable after render completes
|
|
react(set-state-in-effect):
apps/web/src/components/Sidebar.tsx#L922
apps/web/src/components/Sidebar.tsx:922:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(refs):
apps/web/src/components/Sidebar.tsx#L579
apps/web/src/components/Sidebar.tsx:579:24: Cannot access refs during render
|
|
react(hooks):
apps/web/src/components/Sidebar.tsx#L1467
apps/web/src/components/Sidebar.tsx:1467:13: Hooks may not be referenced as normal values; they must be called
|
|
react(exhaustive-effect-dependencies):
apps/web/src/components/Sidebar.tsx#L924
apps/web/src/components/Sidebar.tsx:924:7: Found extra effect dependencies
|