Feat/integrate context management #13
Annotations
2 errors and 11 warnings
|
Lint
Process completed with exit code 1.
|
|
Lint:
app/src/chat/UploadComponent.tsx#L95
'expectedHash' is assigned a value but never used. Allowed unused args must match /^_/u
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
app/src/components/virtualized-chat/InputField/InputField.tsx#L145
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. Mutable values like 'quillRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
|
Lint:
app/src/components/virtualized-chat/InputField/InputField.tsx#L129
React Hook useEffect has missing dependencies: 'props.discardChanges', 'props.isEditMode', 'props.value', 'sendMessage', and 'toolbarOptions'. Either include them or remove the dependency array
|
|
Lint:
app/src/components/sideSelector/ChannelHeader.tsx#L162
React Hook useCallback has a missing dependency: 'groupId'. Either include it or remove the dependency array
|
|
Lint:
app/src/components/settings/MemberDetails.tsx#L214
React Hook useCallback has a missing dependency: 'getNonInvitedUsers'. Either include it or remove the dependency array. If 'getNonInvitedUsers' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint:
app/src/components/settings/MemberDetails.tsx#L210
React Hook useCallback has a missing dependency: 'nonInvitedUserList'. Either include it or remove the dependency array
|
|
Lint:
app/src/components/popups/CreateWorkspacePopup.tsx#L204
React Hook useCallback has a missing dependency: 'onSuccess'. Either include it or remove the dependency array. If 'onSuccess' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint:
app/src/components/popups/ChannelDetailsPopup.tsx#L106
React Hook useEffect has a missing dependency: 'getChannelMetadata'. Either include it or remove the dependency array
|
|
Lint:
app/src/components/common/ToastManager.tsx#L82
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
app/src/components/admin/ChannelsTab.tsx#L234
React Hook useEffect has a missing dependency: 'fetchGroupContexts'. Either include it or remove the dependency array
|
|
Lint:
app/src/components/WebSocketStatus.tsx#L309
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading