Skip to content

Fix white screen on session form reload #307

Fix white screen on session form reload

Fix white screen on session form reload #307

Triggered via pull request September 26, 2024 11:32
Status Success
Total duration 4m 17s
Artifacts

frontend-workflow.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

66 warnings
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#L117
'value' is assigned a value 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#L61
'setSearchParams' is assigned a value but never used
build (18.x): frontend/src/App.jsx#L182
React Hook useEffect has missing dependencies: 'handleChatMessages', 'handleDeletedSession', 'handleExperimentCreated', 'handleExperimentEnded', 'handleExperimentStarted', 'handleFiltersConfig', 'handleFiltersData', 'handlePing', 'handleSavedSession', 'handleSession', 'handleSessionChange', and 'handleSessionList'. Either include them or remove the dependency array
build (18.x): frontend/src/App.jsx#L245
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#L441
'onGetFiltersDataSendToParticipant' is assigned a value but never used
build (18.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L22
'glassDetected' is assigned a value but never used
build (18.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L29
'setSearchParams' is assigned a value but never used
build (18.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 (18.x): frontend/src/pages/MeetingRoom/MeetingRoom.jsx#L76
React Hook useEffect has missing dependencies: 'connection.remoteStream' and 'participantIdParam'. Either include them or remove the dependency array. If 'setParticipantStream' needs the current value of 'connection.remoteStream', you can also switch to useReducer instead of useState and read 'connection.remoteStream' in the reducer
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 (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#L61
'setSearchParams' is assigned a value but never used
build (16.x): frontend/src/App.jsx#L182
React Hook useEffect has missing dependencies: 'handleChatMessages', 'handleDeletedSession', 'handleExperimentCreated', 'handleExperimentEnded', 'handleExperimentStarted', 'handleFiltersConfig', 'handleFiltersData', 'handlePing', 'handleSavedSession', 'handleSession', 'handleSessionChange', and 'handleSessionList'. Either include them or remove the dependency array
build (16.x): frontend/src/App.jsx#L245
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#L441
'onGetFiltersDataSendToParticipant' 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/pages/MeetingRoom/MeetingRoom.jsx#L76
React Hook useEffect has missing dependencies: 'connection.remoteStream' and 'participantIdParam'. Either include them or remove the dependency array. If 'setParticipantStream' needs the current value of 'connection.remoteStream', you can also switch to useReducer instead of useState and read 'connection.remoteStream' in the reducer
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/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#L117
'value' is assigned a value 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#L61
'setSearchParams' is assigned a value but never used
build (20.x): frontend/src/App.jsx#L182
React Hook useEffect has missing dependencies: 'handleChatMessages', 'handleDeletedSession', 'handleExperimentCreated', 'handleExperimentEnded', 'handleExperimentStarted', 'handleFiltersConfig', 'handleFiltersData', 'handlePing', 'handleSavedSession', 'handleSession', 'handleSessionChange', and 'handleSessionList'. Either include them or remove the dependency array
build (20.x): frontend/src/App.jsx#L245
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#L441
'onGetFiltersDataSendToParticipant' is assigned a value but never used
build (20.x): frontend/src/pages/PostProcessing/PostProcessing.jsx#L13
'HeroText' is defined but never used
build (20.x): frontend/src/pages/PostProcessing/PostProcessing.jsx#L35
React Hook useEffect has missing dependencies: 'onCheckPostProcessing' and 'onGetRecordingList'. Either include them or remove the dependency array. If 'onGetRecordingList' changes too often, find the parent component that defines it and wrap that definition in useCallback
build (20.x): frontend/src/pages/PostProcessing/PostProcessing.jsx#L56
React Hook useEffect has missing dependencies: 'loop' and 'onCheckPostProcessing'. Either include them or remove the dependency array. If 'onCheckPostProcessing' changes too often, find the parent component that defines it and wrap that definition in useCallback
build (20.x): frontend/src/pages/SessionForm/SessionForm.jsx#L46
'timeLimit' is assigned a value but never used
build (20.x): frontend/src/pages/SessionForm/SessionForm.jsx#L46
'setTimeLimit' is assigned a value but never used
build (20.x): frontend/src/pages/SessionForm/SessionForm.jsx#L103
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
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#L117
'value' is assigned a value but never used
build (20.x): frontend/src/components/molecules/ChatTab/ParticipantChatTab.tsx#L27
'setSearchParams' is assigned a value but never used