fix(web): composer footer collapses its controls together and keeps the stash visible #1013
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
7m 3s
Browser Test
4m 25s
Release Smoke
1m 49s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
react(exhaustive-effect-dependencies):
apps/web/src/components/file-viewer/FileViewerOverlay.tsx#L518
apps/web/src/components/file-viewer/FileViewerOverlay.tsx:518:26: Found extra effect dependencies
|
|
react(exhaustive-effect-dependencies):
apps/web/src/components/file-viewer/FileViewerOverlay.tsx#L495
apps/web/src/components/file-viewer/FileViewerOverlay.tsx:495:60: Found extra effect dependencies
|
|
react(set-state-in-effect):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L89
apps/web/src/components/file-viewer/FileEditorPane.tsx:89:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L145
apps/web/src/components/file-viewer/FileEditorPane.tsx:145:21: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L145
apps/web/src/components/file-viewer/FileEditorPane.tsx:145:21: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L76
apps/web/src/components/file-viewer/FileEditorPane.tsx:76:18: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L68
apps/web/src/components/file-viewer/FileEditorPane.tsx:68:18: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L52
apps/web/src/components/file-viewer/FileEditorPane.tsx:52:5: Cannot access refs during render
|
|
react(set-state-in-effect):
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx#L446
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx:446:9: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(globals):
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx#L448
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx:448:7: Cannot reassign variables declared outside of the component/hook
|