Expanding Realtime filters into Post-Processing #316
Annotations
69 warnings
build (16.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
build (18.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
build (20.x)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (16.x):
frontend/src/App.jsx#L62
'setSearchParams' is assigned a value but never used
|
build (16.x):
frontend/src/App.jsx#L183
React Hook useEffect has missing dependencies: 'handleChatMessages', 'handleDeletedSession', 'handleError', 'handleExperimentCreated', 'handleExperimentEnded', 'handleExperimentStarted', 'handleFiltersConfig', 'handleFiltersData', 'handlePing', 'handleSavedSession', 'handleSession', 'handleSessionChange', 'handleSessionList', and 'handleSuccess'. Either include them or remove the dependency array
|
build (16.x):
frontend/src/App.jsx#L246
React Hook useEffect has missing dependencies: 'connection', 'experimenterPasswordParam', 'participantIdParam', and 'sessionIdParam'. Either include them or remove the dependency array
|
build (16.x):
frontend/src/App.jsx#L454
'onGetFiltersDataSendToParticipant' is assigned a value but never used
|
build (16.x):
frontend/src/pages/Lobby/Lobby.jsx#L21
'connectedParticipants' is assigned a value but never used
|
build (16.x):
frontend/src/pages/Lobby/Lobby.jsx#L22
'sessionData' is assigned a value but never used
|
build (16.x):
frontend/src/pages/Lobby/Lobby.jsx#L27
'setSearchParams' is assigned a value but never used
|
build (16.x):
frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L22
'glassDetected' is assigned a value but never used
|
build (16.x):
frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L29
'setSearchParams' is assigned a value but never used
|
build (16.x):
frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L65
React Hook useEffect has a missing dependency: 'handleGetFiltersData'. Either include it or remove the dependency array
|
build (16.x):
frontend/src/components/atoms/ChatMessage/SpeechBubble.tsx#L15
'target' is assigned a value but never used
|
build (16.x):
frontend/src/components/atoms/ChatMessage/UniformSpeechBubble.tsx#L15
'currentUser' is assigned a value but never used
|
build (16.x):
frontend/src/components/atoms/Video/Video.tsx#L19
'setSearchParams' is assigned a value but never used
|
build (16.x):
frontend/src/components/molecules/ChatGptTab/ChatGptModal.tsx#L40
'onClose' is defined but never used
|
build (16.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L37
'setSearchParams' is assigned a value but never used
|
build (16.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L82
'participants' is defined but never used
|
build (16.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L93
'index' is defined but never used
|
build (16.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L117
'value' is assigned a value but never used
|
build (16.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L140
'i' is defined but never used
|
build (16.x):
frontend/src/components/molecules/ChatTab/ParticipantChatTab.tsx#L27
'setSearchParams' is assigned a value but never used
|
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (20.x):
frontend/src/App.jsx#L62
'setSearchParams' is assigned a value but never used
|
build (20.x):
frontend/src/App.jsx#L183
React Hook useEffect has missing dependencies: 'handleChatMessages', 'handleDeletedSession', 'handleError', 'handleExperimentCreated', 'handleExperimentEnded', 'handleExperimentStarted', 'handleFiltersConfig', 'handleFiltersData', 'handlePing', 'handleSavedSession', 'handleSession', 'handleSessionChange', 'handleSessionList', and 'handleSuccess'. Either include them or remove the dependency array
|
build (20.x):
frontend/src/App.jsx#L246
React Hook useEffect has missing dependencies: 'connection', 'experimenterPasswordParam', 'participantIdParam', and 'sessionIdParam'. Either include them or remove the dependency array
|
build (20.x):
frontend/src/App.jsx#L454
'onGetFiltersDataSendToParticipant' is assigned a value but never used
|
build (20.x):
frontend/src/pages/Lobby/Lobby.jsx#L21
'connectedParticipants' is assigned a value but never used
|
build (20.x):
frontend/src/pages/Lobby/Lobby.jsx#L22
'sessionData' is assigned a value but never used
|
build (20.x):
frontend/src/pages/Lobby/Lobby.jsx#L27
'setSearchParams' is assigned a value but never used
|
build (20.x):
frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L22
'glassDetected' is assigned a value but never used
|
build (20.x):
frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L29
'setSearchParams' is assigned a value but never used
|
build (20.x):
frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L65
React Hook useEffect has a missing dependency: 'handleGetFiltersData'. Either include it or remove the dependency array
|
build (20.x):
frontend/src/components/atoms/ChatMessage/SpeechBubble.tsx#L15
'target' is assigned a value but never used
|
build (20.x):
frontend/src/components/atoms/ChatMessage/UniformSpeechBubble.tsx#L15
'currentUser' is assigned a value but never used
|
build (20.x):
frontend/src/components/atoms/Video/Video.tsx#L19
'setSearchParams' is assigned a value but never used
|
build (20.x):
frontend/src/components/molecules/ChatGptTab/ChatGptModal.tsx#L40
'onClose' is defined but never used
|
build (20.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L37
'setSearchParams' is assigned a value but never used
|
build (20.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L82
'participants' is defined but never used
|
build (20.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L93
'index' is defined but never used
|
build (20.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L117
'value' is assigned a value but never used
|
build (20.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L140
'i' is defined but never used
|
build (20.x):
frontend/src/components/molecules/ChatTab/ParticipantChatTab.tsx#L27
'setSearchParams' is assigned a value but never used
|
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (18.x):
frontend/src/components/atoms/ChatMessage/SpeechBubble.tsx#L15
'target' is assigned a value but never used
|
build (18.x):
frontend/src/components/atoms/ChatMessage/UniformSpeechBubble.tsx#L15
'currentUser' is assigned a value but never used
|
build (18.x):
frontend/src/components/atoms/Video/Video.tsx#L19
'setSearchParams' is assigned a value but never used
|
build (18.x):
frontend/src/components/molecules/ChatGptTab/ChatGptModal.tsx#L40
'onClose' is defined but never used
|
build (18.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L37
'setSearchParams' is assigned a value but never used
|
build (18.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L82
'participants' is defined but never used
|
build (18.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L93
'index' is defined but never used
|
build (18.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L117
'value' is assigned a value but never used
|
build (18.x):
frontend/src/components/molecules/ChatTab/ExperimenterChatTab.tsx#L140
'i' is defined but never used
|
build (18.x):
frontend/src/components/molecules/ChatTab/ParticipantChatTab.tsx#L27
'setSearchParams' is assigned a value but never used
|
build (18.x):
frontend/src/App.jsx#L62
'setSearchParams' is assigned a value but never used
|
build (18.x):
frontend/src/App.jsx#L183
React Hook useEffect has missing dependencies: 'handleChatMessages', 'handleDeletedSession', 'handleError', 'handleExperimentCreated', 'handleExperimentEnded', 'handleExperimentStarted', 'handleFiltersConfig', 'handleFiltersData', 'handlePing', 'handleSavedSession', 'handleSession', 'handleSessionChange', 'handleSessionList', and 'handleSuccess'. Either include them or remove the dependency array
|
build (18.x):
frontend/src/App.jsx#L246
React Hook useEffect has missing dependencies: 'connection', 'experimenterPasswordParam', 'participantIdParam', and 'sessionIdParam'. Either include them or remove the dependency array
|
build (18.x):
frontend/src/App.jsx#L454
'onGetFiltersDataSendToParticipant' is assigned a value but never used
|
build (18.x):
frontend/src/pages/Lobby/Lobby.jsx#L21
'connectedParticipants' is assigned a value but never used
|
build (18.x):
frontend/src/pages/Lobby/Lobby.jsx#L22
'sessionData' is assigned a value but never used
|
build (18.x):
frontend/src/pages/Lobby/Lobby.jsx#L27
'setSearchParams' is assigned a value but never used
|
build (18.x):
frontend/src/pages/SessionForm/SessionForm.jsx#L47
'timeLimit' is assigned a value but never used
|
build (18.x):
frontend/src/pages/SessionForm/SessionForm.jsx#L47
'setTimeLimit' is assigned a value but never used
|
build (18.x):
frontend/src/pages/SessionForm/SessionForm.jsx#L111
React Hook useEffect has a missing dependency: 'onGetFiltersConfig'. Either include it or remove the dependency array. If 'onGetFiltersConfig' changes too often, find the parent component that defines it and wrap that definition in useCallback
|