Output of scrum-slate-fe.sh: Already up to date. Attaching to cicd_scrumslatefe_1 [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m up to date, audited 1866 packages in 7s [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m 285 packages are looking for funding [36mscrumslatefe_1 |[0m run `npm fund` for details [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m 23 vulnerabilities (9 moderate, 14 high) [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m To address issues that do not require attention, run: [36mscrumslatefe_1 |[0m npm audit fix [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m To address all issues possible (including breaking changes), run: [36mscrumslatefe_1 |[0m npm audit fix --force [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m Some issues need review, and may require choosing [36mscrumslatefe_1 |[0m a different dependency. [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m Run `npm audit` for details. [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m > variables@0.1.0 build [36mscrumslatefe_1 |[0m > react-scripts build [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m Creating an optimized production build... [36mscrumslatefe_1 |[0m [0;33mOne of your dependencies, babel-preset-react-app, is importing the [36mscrumslatefe_1 |[0m "@babel/plugin-proposal-private-property-in-object" package without [36mscrumslatefe_1 |[0m declaring it in its dependencies. This is currently working because [36mscrumslatefe_1 |[0m "@babel/plugin-proposal-private-property-in-object" is already in your [36mscrumslatefe_1 |[0m node_modules folder for unrelated reasons, but it [1mmay break at any time[0;33m. [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m babel-preset-react-app is part of the create-react-app project, [1mwhich [36mscrumslatefe_1 |[0m is not maintianed anymore[0;33m. It is thus unlikely that this bug will [36mscrumslatefe_1 |[0m ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to [36mscrumslatefe_1 |[0m your devDependencies to work around this error. This will make this message [36mscrumslatefe_1 |[0m go away.[0m [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m Compiled with warnings. [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m Warning [36mscrumslatefe_1 |[0m (6:31084) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m Warning [36mscrumslatefe_1 |[0m (6:31105) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m Warning [36mscrumslatefe_1 |[0m (11:31084) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m [eslint] [36mscrumslatefe_1 |[0m src/App.js [36mscrumslatefe_1 |[0m Line 1:17: 'useEffect' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 17:9: 'isAuthenticated' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/Redux/Slice/Projects.js [36mscrumslatefe_1 |[0m Line 1:41: 'createAction' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/Redux/store.js [36mscrumslatefe_1 |[0m Line 3:8: 'storage' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/Utils/constants.js [36mscrumslatefe_1 |[0m Line 3:31: Unnecessary escape character: \" no-useless-escape [36mscrumslatefe_1 |[0m Line 3:56: Unnecessary escape character: \" no-useless-escape [36mscrumslatefe_1 |[0m Line 3:65: Unnecessary escape character: \" no-useless-escape [36mscrumslatefe_1 |[0m Line 3:69: Unnecessary escape character: \" no-useless-escape [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/Utils/helpers.js [36mscrumslatefe_1 |[0m Line 318:57: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 322:57: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/GoogleTagManager.js [36mscrumslatefe_1 |[0m Line 1:8: 'React' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/MainLayout/Footer.js [36mscrumslatefe_1 |[0m Line 53:19: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 97:23: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 131:23: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/Navbar.jsx [36mscrumslatefe_1 |[0m Line 56:6: React Hook useEffect has a missing dependency: 'projectView'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 77:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 77:7: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 113:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 159:18: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 188:41: Expected '!==' and instead saw '!=' eqeqeq [36mscrumslatefe_1 |[0m Line 204:6: React Hook useEffect has a missing dependency: 'refreshNotification'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 204:7: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 211:15: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 212:15: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 262:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 276:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 289:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 302:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 366:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 379:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 390:25: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 652:19: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/Sidebar.jsx [36mscrumslatefe_1 |[0m Line 21:11: 'id' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 21:15: 'fileId' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 21:23: 'taskId' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 21:31: 'listId' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 51:6: React Hook useEffect has a missing dependency: 'setIsSmallSidebar'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 70:10: 'dropdownOpen' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 95:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 105:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 115:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 125:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 135:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 145:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 157:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 165:17: The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 186:23: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 211:37: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/AI/AiModalWindow.jsx [36mscrumslatefe_1 |[0m Line 17:10: 'descImage' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 53:6: React Hook useEffect has missing dependencies: 'setState', 'state.desc', and 'state.type'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 111:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 135:21: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/AudioRecorder.jsx [36mscrumslatefe_1 |[0m Line 2:24: 'faPlay' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 14:10: 'audioChunks' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 15:10: 'listening' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 16:10: 'recognition' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/AutoCompleteLables.js [36mscrumslatefe_1 |[0m Line 8:7: 'labelsList' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/CustomTextEditor.js [36mscrumslatefe_1 |[0m Line 13:10: 'createFiles' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 31:9: 'dispatch' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 51:6: React Hook useEffect has a missing dependency: 'description'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 51:39: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 115:11: 'heightPx' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/Filters/FilterSideDrawer.jsx [36mscrumslatefe_1 |[0m Line 55:5: 'setQueryFilter' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 76:18: 'errors' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 76:26: 'isValid' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 76:35: 'isDirty' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 144:6: React Hook useEffect has a missing dependency: 'isGlobal'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/InviteUser.jsx [36mscrumslatefe_1 |[0m Line 39:25: 'setIsLoadingData' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 40:10: 'isRefresh' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 48:10: 'isDisabled' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 76:6: React Hook useEffect has missing dependencies: 'project?.users' and 'projectAllUsers'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 88:6: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 313:6: React Hook useEffect has missing dependencies: 'handleAddedUser', 'isProjectCard', 'project?.desc', 'project.id', 'project?.name', 'refreshProject', and 'teamMember'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/Kanbanboard.jsx [36mscrumslatefe_1 |[0m Line 193:5: Duplicate key 'drop' no-dupe-keys [36mscrumslatefe_1 |[0m Line 224:10: 'loading' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 228:10: 'openTaskDrawer' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 240:9: 'handleDrawerClose' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 243:9: 'updateSubTask' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 353:33: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 361:62: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 374:27: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 529:60: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 583:53: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 588:34: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/Projects/AllTaskSubheader.jsx [36mscrumslatefe_1 |[0m Line 13:10: 'StarOutlined' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 41:10: 'isFilterMenu' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 41:24: 'setIsFilterMenu' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 122:21: 'sortValue' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 124:17: Array.prototype.map() expects a return value from arrow function array-callback-return [36mscrumslatefe_1 |[0m Line 178:6: React Hook useEffect has a missing dependency: 'applyFilterFromLocalStorage'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 178:7: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 208:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 217:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 227:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 245:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/Projects/ProjectModalWindow.js [36mscrumslatefe_1 |[0m Line 50:10: 'isEditing' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 115:6: React Hook useEffect has missing dependencies: 'reset', 'setIsEditProject', 'setOpen', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 149:9: 'handleEditRole' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 319:13: 'response' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 627:27: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 744:21: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/Projects/ProjectViewSubHeader.js [36mscrumslatefe_1 |[0m Line 34:5: 'projectUser' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 37:5: 'queryFilter' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 38:5: 'setPage' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 44:5: 'isFilterReset' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 192:17: 'hasCheckFilterBy' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 209:23: 'sortValue' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 211:19: Array.prototype.map() expects a return value from arrow function array-callback-return [36mscrumslatefe_1 |[0m Line 262:6: React Hook useEffect has a missing dependency: 'applyFilterFromLocalStorage'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 262:7: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 345:9: 'handleOpenAddUserModal' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 401:25: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 409:25: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 417:25: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 436:27: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/ScreenRecorder.jsx [36mscrumslatefe_1 |[0m Line 24:6: React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 149:6: React Hook useEffect has missing dependencies: 'mediaRecorder', 'props', 'recordedChunks', 'screenStream', and 'timer'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 156:6: React Hook useEffect has a missing dependency: 'startRecording'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 158:9: 'downloadRecording' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/Search.js [36mscrumslatefe_1 |[0m Line 3:41: 'getMeilisearchResults' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 8:11: 'client' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 85:8: React Hook useEffect has a missing dependency: 'recentSearchesPlugin'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/Task/CustomPopOverMenu.js [36mscrumslatefe_1 |[0m Line 14:6: React Hook useEffect has missing dependencies: 'allUsers?.length' and 'selectedUsers?.length'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 72:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/Task/CustomUserAutoCompleteController.js [36mscrumslatefe_1 |[0m Line 45:76: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TaskAssigned.js [36mscrumslatefe_1 |[0m Line 59:6: React Hook React.useEffect has a missing dependency: 'isTaskList'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 161:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 217:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 289:19: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 302:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 397:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TaskDueDate.js [36mscrumslatefe_1 |[0m Line 3:38: 'useRef' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 21:5: 'setLoading' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 29:11: 'id' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 39:6: React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 39:6: React Hook useEffect has a missing dependency: 'taskDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TaskFollowers.js [36mscrumslatefe_1 |[0m Line 9:63: 'isTestCase' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 54:6: React Hook useEffect has a missing dependency: 'handlePopoverClose'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TaskPriority.js [36mscrumslatefe_1 |[0m Line 24:5: 'setLoading' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 38:6: React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 38:6: React Hook useEffect has a missing dependency: 'taskDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 111:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 114:7: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TaskStatus.js [36mscrumslatefe_1 |[0m Line 32:5: 'isTableView' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 41:10: 'listViewStatusName' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 47:6: React Hook useEffect has a missing dependency: 'listTaskStatus'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 61:6: React Hook useEffect has missing dependencies: 'isList', 'taskDetail?.task_id', and 'taskProgress'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 145:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TaskStoryPoint.js [36mscrumslatefe_1 |[0m Line 10:5: 'refreshStorypoint' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TaskViewSideDrawer.js [36mscrumslatefe_1 |[0m Line 93:6: React Hook useEffect has missing dependencies: 'id', 'projectId', and 'taskDetail?.task_desc'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setTask_description' needs the current value of 'taskDetail.task_desc' react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 189:9: 'handleTitle' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 450:45: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 505:45: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TasksList/ListBoard.js [36mscrumslatefe_1 |[0m Line 24:5: 'isSprint' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 77:38: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 210:35: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 389:44: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 507:39: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TasksList/TableBoard.js [36mscrumslatefe_1 |[0m Line 42:5: 'addIllustration' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 43:5: 'handleOpenTaskWindow' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 118:36: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 357:42: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TasksList/TaskListModal.jsx [36mscrumslatefe_1 |[0m Line 24:5: 'isBacklog' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 28:10: 'errors1' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 29:10: 'isLoading' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 29:21: 'setIsLoading' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 33:9: 'dispatch' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 40:18: 'errors' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 55:6: React Hook useEffect has a missing dependency: 'resetFormFields'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 62:6: React Hook useEffect has missing dependencies: 'listDetail.description', 'listDetail.name', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/comman/TasksList/TasksList.js [36mscrumslatefe_1 |[0m Line 25:5: 'isTaskList' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 64:6: React Hook useEffect has a missing dependency: 'taskListId'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/pageLoaders/projectLoaders/FileBoxLoader.js [36mscrumslatefe_1 |[0m Line 47:13: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m Line 57:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/pageLoaders/projectLoaders/ViewFileDrawerLoader.js [36mscrumslatefe_1 |[0m Line 14:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m Line 21:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m Line 31:17: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/pageLoaders/projectLoaders/projectOverview/ChartLoader.js [36mscrumslatefe_1 |[0m Line 7:10: 'days' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 7:16: 'setDays' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/pageLoaders/projectLoaders/projectOverview/OverviewLoader.js [36mscrumslatefe_1 |[0m Line 40:21: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 43:21: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m Line 44:21: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m Line 59:21: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/pageLoaders/projectLoaders/projectOverview/StatusChartLoader.js [36mscrumslatefe_1 |[0m Line 71:6: React Hook useEffect has a missing dependency: 'taskStatus'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/pageLoaders/userDashboard/DashboardLoader.js [36mscrumslatefe_1 |[0m Line 11:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m Line 25:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m Line 41:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m Line 78:19: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/pageLoaders/userDashboard/ProfileLoader.js [36mscrumslatefe_1 |[0m Line 15:21: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m Line 16:21: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m Line 26:25: Headings must have content and the content must be accessible by a screen reader jsx-a11y/heading-has-content [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/shared/AddTaskModalWindow.js [36mscrumslatefe_1 |[0m Line 17:9: 'dispatch' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 112:37: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 155:6: React Hook useEffect has a missing dependency: 'setIsList'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/shared/MoveToProject.jsx [36mscrumslatefe_1 |[0m Line 34:6: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 40:5: 'control' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 45:26: 'isValid' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 130:47: Expected '!==' and instead saw '!=' eqeqeq [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/componets/shared/SprintStatusModal.jsx [36mscrumslatefe_1 |[0m Line 30:11: 'id' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 84:6: React Hook useEffect has a missing dependency: 'completeSprintTaskCount'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 103:5: 'watch' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 105:26: 'isValid' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 158:6: React Hook useEffect has missing dependencies: 'reset' and 'setSprintData'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 321:41: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/layouts/AuthLayouts.js [36mscrumslatefe_1 |[0m Line 3:8: 'Logo' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 35:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/layouts/PrivateLayout.js [36mscrumslatefe_1 |[0m Line 15:27: 'projectId' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Bugs.jsx [36mscrumslatefe_1 |[0m Line 102:6: React Hook useEffect has missing dependencies: 'allBugs' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 204:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 320:26: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 354:33: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 831:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Dashboard.jsx [36mscrumslatefe_1 |[0m Line 251:25: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Notification/NotificationList.js [36mscrumslatefe_1 |[0m Line 5:10: 'useNavigate' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 13:11: 'notificationsCount' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 21:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 41:14: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 58:14: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 63:33: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 66:16: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 72:29: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 102:6: React Hook useEffect has a missing dependency: 'refreshNotification'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 102:7: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 112:11: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 169:27: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m Line 184:19: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects.jsx [36mscrumslatefe_1 |[0m Line 33:9: 'members' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 46:10: 'users' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 58:6: React Hook useEffect has missing dependencies: 'AllArchivedProjects' and 'getAllProjects'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 152:12: 'goToProjectOverview' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 171:41: Expected '!==' and instead saw '!=' eqeqeq [36mscrumslatefe_1 |[0m Line 334:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Backlog/Backlog.jsx [36mscrumslatefe_1 |[0m Line 66:10: 'page' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 66:16: 'setPage' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 71:10: 'errors1' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 86:27: 'setUserAllProjects' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 118:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 234:27: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 548:19: Unreachable code no-unreachable [36mscrumslatefe_1 |[0m Line 658:35: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 698:13: 'sprintId' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 922:27: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 1091:35: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 1267:19: Unreachable code no-unreachable [36mscrumslatefe_1 |[0m Line 1532:6: React Hook useEffect has missing dependencies: 'getBacklog', 'selectedView', and 'taskLists'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 1538:6: React Hook useEffect has a missing dependency: 'showTaskModal'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 1594:13: 'updatedTaskList' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 1611:13: 'updatedTaskList' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 1774:27: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 2396:45: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Backlog/ViewTaskList.jsx [36mscrumslatefe_1 |[0m Line 38:23: 'projectId' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 84:6: React Hook useEffect has missing dependencies: 'selectedView' and 'taskListData'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 98:9: 'updatedUserStoryCount' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 321:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 1213:41: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Calender/ProjectCalender.js [36mscrumslatefe_1 |[0m Line 39:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 103:6: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Files.jsx [36mscrumslatefe_1 |[0m Line 34:9: 'dispatch' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 213:21: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProgressBoard/BoardModal.js [36mscrumslatefe_1 |[0m Line 39:10: 'isLoadingCliper' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 86:6: React Hook useEffect has a missing dependency: 'handleViewStatusDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 86:14: React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProgressBoard/ProgressBoard.jsx [36mscrumslatefe_1 |[0m Line 43:21: 'setIsDisable' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 72:6: React Hook useEffect has a missing dependency: 'fetchProjectAndSprint'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 86:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 211:26: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 568:31: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 574:31: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 652:28: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 666:25: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 677:28: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 692:25: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProgressBoard/SelectBoardModal.js [36mscrumslatefe_1 |[0m Line 4:17: 'useEffect' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 4:28: 'useState' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 4:38: 'useCallback' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 35:26: 'isValid' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProjectBugs.jsx [36mscrumslatefe_1 |[0m Line 22:10: 'deleteOrAdd' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 22:23: 'setDeleteOrAdd' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 63:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 230:26: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 317:6: React Hook useEffect has missing dependencies: 'projectAllBugs' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 377:29: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProjectOverView/BacklogActivityChart.js [36mscrumslatefe_1 |[0m Line 89:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProjectOverView/OverviewTasklist.js [36mscrumslatefe_1 |[0m Line 45:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 184:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 191:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 198:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProjectOverView/ProjectOverview.js [36mscrumslatefe_1 |[0m Line 25:11: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m Line 71:6: React Hook useEffect has a missing dependency: 'projectOverviewData'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProjectOverView/ProjectTaskChart.js [36mscrumslatefe_1 |[0m Line 143:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProjectOverView/TaskCompletionTable.js [36mscrumslatefe_1 |[0m Line 1:17: 'useEffect' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProjectOverView/TeamTaskOverviewChart.js [36mscrumslatefe_1 |[0m Line 90:43: The ref value 'chartContainerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'chartContainerRef.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 93:18: The ref value 'chartRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'chartRef.current' to a variable inside the effect, and use that variable in the cleanup function react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 96:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProjectOverView/VelocityChart.js [36mscrumslatefe_1 |[0m Line 97:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ProjectSprints.jsx [36mscrumslatefe_1 |[0m Line 72:10: 'filterStatus' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 113:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 163:65: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 466:28: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 506:28: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 512:46: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 556:23: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 872:23: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 967:6: React Hook useEffect has missing dependencies: 'getAllSprints' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 1077:27: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 1185:29: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 1866:19: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Setting/ImportProject.jsx [36mscrumslatefe_1 |[0m Line 26:10: 'totalChunks' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 27:10: 'selectedFile' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 86:5: React Hook useCallback has a missing dependency: 'uploadChunk'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Setting/ProjectManageStatus.jsx [36mscrumslatefe_1 |[0m Line 129:23: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 250:17: 'statusToMark' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 320:6: React Hook useEffect has missing dependencies: 'projectStatuses' and 'projectView'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/SprintReport/SprintBurnUpTable.jsx [36mscrumslatefe_1 |[0m Line 6:9: 'completedPoints' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/SprintReport/SprintCumulativeChart.jsx [36mscrumslatefe_1 |[0m Line 83:6: React Hook useEffect has a missing dependency: 'statusCountData'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 86:9: 'getRandomColor' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/SprintReport/SprintModalFields.jsx [36mscrumslatefe_1 |[0m Line 25:5: 'setSprintDetail' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 35:10: 'week' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 52:26: 'isValid' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 55:5: 'setError' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 86:6: React Hook useEffect has a missing dependency: 'viewSprint'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 260:6: React Hook useEffect has missing dependencies: 'sprintDetail?.name', 'sprintDetail?.sprint_owner', 'sprintEndDate', and 'sprintStartDate'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 383:17: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/SprintReport/SprintReportModal.jsx [36mscrumslatefe_1 |[0m Line 51:6: React Hook useEffect has a missing dependency: 'chartData'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Tasks/AddSubBug.jsx [36mscrumslatefe_1 |[0m Line 18:5: 'handleGetTaskId' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 19:5: 'handleUpdateTask' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Tasks/AddSubTask.jsx [36mscrumslatefe_1 |[0m Line 17:5: 'handleGetTaskId' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 18:5: 'handleUpdateTask' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Tasks/TaskAttachments.js [36mscrumslatefe_1 |[0m Line 41:6: React Hook useEffect has missing dependencies: 'getAttachmentFiles' and 'taskDetail?.task_id'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Tasks/TaskComments.jsx [36mscrumslatefe_1 |[0m Line 33:10: 'taskToUpdate' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Tasks/TaskMediaRecorder.js [36mscrumslatefe_1 |[0m Line 19:41: Expected '!==' and instead saw '!=' eqeqeq [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Tasks/TaskModal.jsx [36mscrumslatefe_1 |[0m Line 59:5: 'isTaskSprint' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 90:5: 'watch' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 91:35: 'isDirty' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 130:6: React Hook useEffect has missing dependencies: 'bugDetail.bug_due_date', 'bugDetail.bug_name', 'bugDetail.bug_priority', 'bugId', 'id', 'isSubTask', 'projectId', 'reset', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 206:41: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 233:53: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 264:6: React Hook useEffect has missing dependencies: 'UnassignedUserObject' and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 520:29: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/Tasks/ViewTaskSidebar.js [36mscrumslatefe_1 |[0m Line 96:24: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/AddCaseList.js [36mscrumslatefe_1 |[0m Line 26:5: 'watch' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/AddCaseModal.jsx [36mscrumslatefe_1 |[0m Line 30:10: 'due_date' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 30:20: 'setDueDate' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 31:10: 'startDate' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 31:21: 'setStartDate' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 32:10: 'storyPoints' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 32:23: 'setStoryPoints' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 33:10: 'assignedUser' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 37:10: 'addReference' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 56:6: React Hook useEffect has a missing dependency: 'fetchLists'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 90:9: The 'users' array makes the dependencies of useEffect Hook (at line 96) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'users' in its own useMemo() Hook react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/AddDefectModal.js [36mscrumslatefe_1 |[0m Line 19:5: 'getStatusColor' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 60:12: 'selectedStatus' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 76:9: 'watch' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 77:39: 'isDirty' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 111:8: React Hook useEffect has missing dependencies: 'id', 'reset', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 165:47: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 184:57: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 215:8: React Hook useEffect has missing dependencies: 'UnassignedUserObject' and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 456:57: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/AddResultModal.js [36mscrumslatefe_1 |[0m Line 20:12: 'openLightBox' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 21:12: 'lightBoxImages' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 279:49: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/ExecutionModal.js [36mscrumslatefe_1 |[0m Line 72:8: React Hook useEffect has missing dependencies: 'executionDetail?.assignees', 'executionDetail?.description', 'executionDetail?.name', 'executionDetail.testCases', 'id', 'projectUser', 'reset', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/TestCase.js [36mscrumslatefe_1 |[0m Line 4:3: 'faArrowUpRightFromSquare' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 10:8: 'TestCaseTable' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 67:6: React Hook useEffect has missing dependencies: 'TestCasesLists' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 182:6: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/TestCaseList.js [36mscrumslatefe_1 |[0m Line 20:5: 'projectUser' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/TestCaseTable.js [36mscrumslatefe_1 |[0m Line 4:10: 'faArrowUpRightFromSquare' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 4:56: 'faCalendar' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 4:68: 'faPlus' is defined but never used no-unused-vars [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/TestCaseViewDrawer.js [36mscrumslatefe_1 |[0m Line 40:23: 'setTaskHistory' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 41:28: 'setIsLoadingHistory' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 75:6: React Hook useEffect has a missing dependency: 'testCaseDetail?.description'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setTask_description' needs the current value of 'testCaseDetail.description' react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/TestExecution.js [36mscrumslatefe_1 |[0m Line 67:8: React Hook useEffect has missing dependencies: 'fetchTestExecutions' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 72:8: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/TestCases/ViewTestExecution.js [36mscrumslatefe_1 |[0m Line 22:34: 'projectId' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 38:15: 'queryString' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 56:8: React Hook useEffect has missing dependencies: 'selectedView' and 'testExecutionData'. Either include them or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 64:8: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 283:81: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Projects/ViewFileSideDrawer.jsx [36mscrumslatefe_1 |[0m Line 36:6: React Hook useEffect has a missing dependency: 'fileData'. Either include it or remove the dependency array react-hooks/exhaustive-deps [36mscrumslatefe_1 |[0m Line 113:29: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Recording.jsx [36mscrumslatefe_1 |[0m Line 39:41: Expected '!==' and instead saw '!=' eqeqeq [36mscrumslatefe_1 |[0m [36mscrumslatefe_1 |[0m src/pages/Private/Setting/Billing.js [36mscrumslatefe_1 |[0m Line 23:9: 'plan' is assigned a value but never used no-unused-vars [36mscrumslatefe_1 |[0m Line 93:34: Expected '===' and instead saw '==' eqeqeq [36mscrumslatefe_1 |[0m Line 145:31: The scope prop can only be used on