Output of scrum-slate-fe.sh: Already up to date. Attaching to cicd_scrumslatefe_1 scrumslatefe_1 | scrumslatefe_1 | up to date, audited 1872 packages in 31s scrumslatefe_1 | scrumslatefe_1 | 285 packages are looking for funding scrumslatefe_1 | run `npm fund` for details scrumslatefe_1 | scrumslatefe_1 | 32 vulnerabilities (3 low, 9 moderate, 20 high) scrumslatefe_1 | scrumslatefe_1 | To address issues that do not require attention, run: scrumslatefe_1 | npm audit fix scrumslatefe_1 | scrumslatefe_1 | To address all issues possible (including breaking changes), run: scrumslatefe_1 | npm audit fix --force scrumslatefe_1 | scrumslatefe_1 | Some issues need review, and may require choosing scrumslatefe_1 | a different dependency. scrumslatefe_1 | scrumslatefe_1 | Run `npm audit` for details. scrumslatefe_1 | npm notice scrumslatefe_1 | npm notice New major version of npm available! 8.19.4 -> 10.9.1 scrumslatefe_1 | npm notice Changelog: scrumslatefe_1 | npm notice Run `npm install -g npm@10.9.1` to update! scrumslatefe_1 | npm notice scrumslatefe_1 | scrumslatefe_1 | > variables@0.1.0 build scrumslatefe_1 | > react-scripts build scrumslatefe_1 | scrumslatefe_1 | Creating an optimized production build... scrumslatefe_1 | Browserslist: caniuse-lite is outdated. Please run: scrumslatefe_1 | npx update-browserslist-db@latest scrumslatefe_1 | Why you should do it regularly: https://github.com/browserslist/update-db#readme scrumslatefe_1 | One of your dependencies, babel-preset-react-app, is importing the scrumslatefe_1 | "@babel/plugin-proposal-private-property-in-object" package without scrumslatefe_1 | declaring it in its dependencies. This is currently working because scrumslatefe_1 | "@babel/plugin-proposal-private-property-in-object" is already in your scrumslatefe_1 | node_modules folder for unrelated reasons, but it may break at any time. scrumslatefe_1 | scrumslatefe_1 | babel-preset-react-app is part of the create-react-app project, which scrumslatefe_1 | is not maintianed anymore. It is thus unlikely that this bug will scrumslatefe_1 | ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to scrumslatefe_1 | your devDependencies to work around this error. This will make this message scrumslatefe_1 | go away. scrumslatefe_1 | scrumslatefe_1 | Browserslist: caniuse-lite is outdated. Please run: scrumslatefe_1 | npx update-browserslist-db@latest scrumslatefe_1 | Why you should do it regularly: https://github.com/browserslist/update-db#readme scrumslatefe_1 | Compiled with warnings. scrumslatefe_1 | scrumslatefe_1 | Failed to parse source map: 'webpack://ReactPixel/fb-pixel.js' URL is not supported scrumslatefe_1 | scrumslatefe_1 | Warning scrumslatefe_1 | (6:31084) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. scrumslatefe_1 | scrumslatefe_1 | Warning scrumslatefe_1 | (6:31105) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. scrumslatefe_1 | scrumslatefe_1 | Warning scrumslatefe_1 | (11:31084) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. scrumslatefe_1 | scrumslatefe_1 | [eslint] scrumslatefe_1 | src/Utils/constants.js scrumslatefe_1 | Line 6:57: Unnecessary escape character: \# no-useless-escape scrumslatefe_1 | Line 6:134: Unnecessary escape character: \- no-useless-escape scrumslatefe_1 | Line 6:153: Unnecessary escape character: \- no-useless-escape scrumslatefe_1 | scrumslatefe_1 | src/Utils/helpers.js scrumslatefe_1 | Line 317:57: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 321:57: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/MainLayout/LandingNavbar.js scrumslatefe_1 | Line 5:10: 'signupClicked' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/Navbar.jsx scrumslatefe_1 | Line 56:6: React Hook useEffect has a missing dependency: 'projectView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 77:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | 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 scrumslatefe_1 | Line 113:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 158:19: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 187:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | Line 203:6: React Hook useEffect has a missing dependency: 'refreshNotification'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 203: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 scrumslatefe_1 | Line 210:15: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | 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 scrumslatefe_1 | Line 256: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 scrumslatefe_1 | Line 269: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 scrumslatefe_1 | Line 281: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 scrumslatefe_1 | Line 293: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 scrumslatefe_1 | Line 356: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 scrumslatefe_1 | Line 368: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 scrumslatefe_1 | Line 378: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 scrumslatefe_1 | Line 643: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/Sidebar.jsx scrumslatefe_1 | Line 6:28: 'useState' is defined but never used no-unused-vars scrumslatefe_1 | Line 7:42: 'useParams' is defined but never used no-unused-vars scrumslatefe_1 | Line 50:6: React Hook useEffect has a missing dependency: 'setIsSmallSidebar'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 154: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/charts/AssigneesBarChart.js scrumslatefe_1 | Line 59:6: React Hook useEffect has a missing dependency: 'reportView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/charts/TasksStatusBarChart.js scrumslatefe_1 | Line 55:6: React Hook useEffect has a missing dependency: 'reportView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/AI/AiModalWindow.jsx scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/AudioRecorder.jsx scrumslatefe_1 | Line 14:10: 'audioChunks' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 15:10: 'listening' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 16:10: 'recognition' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/AutoCompleteLables.js scrumslatefe_1 | Line 72:66: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators scrumslatefe_1 | Line 72:82: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/CustomTextEditor.js scrumslatefe_1 | Line 53:6: React Hook useEffect has a missing dependency: 'description'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 53: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Filters/FilterSideDrawer.jsx scrumslatefe_1 | Line 75:16: Unexpected empty object pattern no-empty-pattern scrumslatefe_1 | Line 143:6: React Hook useEffect has a missing dependency: 'isGlobal'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/InviteUser.jsx scrumslatefe_1 | Line 39:25: 'setIsLoadingData' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 40:10: 'isRefresh' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 48:10: 'isDisabled' is assigned a value but never used no-unused-vars scrumslatefe_1 | 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 scrumslatefe_1 | Line 88:6: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Kanbanboard.jsx scrumslatefe_1 | Line 23:8: 'TaskComments' is defined but never used no-unused-vars scrumslatefe_1 | Line 24:10: 'formateDate' is defined but never used no-unused-vars scrumslatefe_1 | Line 207:5: Duplicate key 'drop' no-dupe-keys scrumslatefe_1 | Line 350:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 358:60: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 371:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 563:60: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 779:53: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 783:89: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Projects/AllTaskSubheader.jsx scrumslatefe_1 | Line 119:17: Array.prototype.map() expects a return value from arrow function array-callback-return scrumslatefe_1 | Line 173:6: React Hook useEffect has a missing dependency: 'applyFilterFromLocalStorage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 173: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Projects/ProjectModalWindow.js scrumslatefe_1 | Line 50:29: 'setSelectedEditIndex' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 114:6: React Hook useEffect has missing dependencies: 'reset', 'setIsEditProject', 'setOpen', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Projects/ProjectViewSubHeader.js scrumslatefe_1 | Line 17:10: 'toast' is defined but never used no-unused-vars scrumslatefe_1 | Line 50:9: 'members' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 207:19: Array.prototype.map() expects a return value from arrow function array-callback-return scrumslatefe_1 | Line 258:6: React Hook useEffect has a missing dependency: 'applyFilterFromLocalStorage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 258: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/ScreenRecorder.jsx scrumslatefe_1 | Line 11:10: 'elapsedTime' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 32:6: React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 146:6: React Hook useEffect has a missing dependency: 'startRecording'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Search.js scrumslatefe_1 | Line 8:11: 'client' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 85:8: React Hook useEffect has a missing dependency: 'recentSearchesPlugin'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Task/CustomPopOverMenu.js scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Task/CustomUserAutoCompleteController.js scrumslatefe_1 | Line 45:76: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskAssigned.js scrumslatefe_1 | Line 63:6: React Hook React.useEffect has a missing dependency: 'isTaskList'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 165:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskDueDate.js scrumslatefe_1 | Line 41: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 scrumslatefe_1 | Line 41:6: React Hook useEffect has a missing dependency: 'taskDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskFollowers.js scrumslatefe_1 | Line 58:6: React Hook useEffect has a missing dependency: 'handlePopoverClose'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskLabels.js scrumslatefe_1 | Line 1:10: 'faPlus' is defined but never used no-unused-vars scrumslatefe_1 | Line 2:10: 'FontAwesomeIcon' is defined but never used no-unused-vars scrumslatefe_1 | Line 105:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskPriority.js scrumslatefe_1 | 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 scrumslatefe_1 | Line 39:6: React Hook useEffect has a missing dependency: 'taskDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 115:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskStatus.js scrumslatefe_1 | Line 45:6: React Hook useEffect has a missing dependency: 'listTaskStatus'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 59: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 scrumslatefe_1 | Line 145:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskStoryPoint.js scrumslatefe_1 | Line 15:5: 'islist' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 23:5: 'isKanban' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskViewSideDrawer.js scrumslatefe_1 | Line 110: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 scrumslatefe_1 | Line 420:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/ListBoard.js scrumslatefe_1 | Line 24:5: 'isSprint' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 76:98: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 201:33: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 376:114: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 486:37: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/TableBoard.js scrumslatefe_1 | Line 114:96: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 348:102: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/TaskListModal.jsx scrumslatefe_1 | Line 24:5: 'isBacklog' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 37:16: Unexpected empty object pattern no-empty-pattern scrumslatefe_1 | Line 49:6: React Hook useEffect has a missing dependency: 'resetFormFields'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 56: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/TasksList.js scrumslatefe_1 | Line 63:6: React Hook useEffect has a missing dependency: 'taskListId'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/pageLoaders/projectLoaders/projectOverview/StatusChartLoader.js scrumslatefe_1 | Line 7:9: The 'taskStatus' array makes the dependencies of useEffect Hook (at line 85) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'taskStatus' in its own useMemo() Hook react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/shared/AddTaskModalWindow.js scrumslatefe_1 | Line 37:10: 'activeSprint' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 46:5: 'register' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 50:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 112:37: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 155:6: React Hook useEffect has a missing dependency: 'setIsList'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 166:6: React Hook useEffect has a missing dependency: 'isList'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/shared/MoveToProject.jsx scrumslatefe_1 | Line 34:6: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/shared/SprintStatusModal.jsx scrumslatefe_1 | Line 7:16: 'useParams' is defined but never used no-unused-vars scrumslatefe_1 | Line 83:6: React Hook useEffect has a missing dependency: 'completeSprintTaskCount'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 156:6: React Hook useEffect has missing dependencies: 'reset' and 'setSprintData'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Bugs.jsx scrumslatefe_1 | Line 119:6: React Hook useEffect has missing dependencies: 'allBugs' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 200:6: React Hook useEffect has a missing dependency: 'handleNewProject'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 226:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 342:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 376:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Dashboard.jsx scrumslatefe_1 | Line 9:3: 'getTwoLetterPrefix' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Notification/NotificationList.js scrumslatefe_1 | Line 21:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 41:14: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 58:14: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 63:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 66:16: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 72:29: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 102:6: React Hook useEffect has a missing dependency: 'refreshNotification'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects.jsx scrumslatefe_1 | Line 30:9: 'navigate' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 33:9: 'members' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 46:10: 'users' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 58:6: React Hook useEffect has missing dependencies: 'AllArchivedProjects' and 'getAllProjects'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 168:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Backlog/Backlog.jsx scrumslatefe_1 | Line 70:10: 'errors1' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 85:27: 'setUserAllProjects' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 117:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 233:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 547:19: Unreachable code no-unreachable scrumslatefe_1 | Line 657:35: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 697:13: 'sprintId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 921:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1090:35: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1266:19: Unreachable code no-unreachable scrumslatefe_1 | Line 1531:6: React Hook useEffect has missing dependencies: 'getBacklog', 'selectedView', and 'taskLists'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1537:6: React Hook useEffect has a missing dependency: 'showTaskModal'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1593:13: 'updatedTaskList' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 1610:13: 'updatedTaskList' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 1773:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Backlog/ViewTaskList.jsx scrumslatefe_1 | Line 38:23: 'projectId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 84:6: React Hook useEffect has missing dependencies: 'selectedView' and 'taskListData'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 98:9: 'updatedUserStoryCount' is defined but never used no-unused-vars scrumslatefe_1 | Line 321:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Calender/ProjectCalender.js scrumslatefe_1 | Line 39:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 103:6: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProgressBoard/BoardModal.js scrumslatefe_1 | Line 39:10: 'isLoadingCliper' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 86:6: React Hook useEffect has a missing dependency: 'handleViewStatusDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProgressBoard/ProgressBoard.jsx scrumslatefe_1 | Line 46:21: 'setIsDisable' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 63:6: React Hook useEffect has a missing dependency: 'fetchProjectLabels'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 94:6: React Hook useEffect has a missing dependency: 'fetchProjectAndSprint'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 108:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 280:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 788:77: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 798:77: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 882:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 896:25: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 907:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 922:25: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProgressBoard/SelectBoardModal.js scrumslatefe_1 | Line 35:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectBugs.jsx scrumslatefe_1 | Line 62:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 229:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 316:6: React Hook useEffect has missing dependencies: 'projectAllBugs' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/BacklogActivityChart.js scrumslatefe_1 | Line 89:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/OverviewTasklist.js scrumslatefe_1 | Line 3:22: 'getTwoLetterPrefix' is defined but never used no-unused-vars scrumslatefe_1 | Line 52:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/ProjectOverview.js scrumslatefe_1 | Line 70:6: React Hook useEffect has a missing dependency: 'projectOverviewData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/ProjectTaskChart.js scrumslatefe_1 | Line 143:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/TeamTaskOverviewChart.js scrumslatefe_1 | 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 scrumslatefe_1 | 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 scrumslatefe_1 | Line 96:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/VelocityChart.js scrumslatefe_1 | Line 97:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectSprints.jsx scrumslatefe_1 | Line 72:10: 'filterStatus' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 113:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 163:65: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 466:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 506:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 512:46: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 556:23: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 872:23: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 967:6: React Hook useEffect has missing dependencies: 'getAllSprints' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1077:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1185:29: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Setting/ImportProject.jsx scrumslatefe_1 | Line 26:10: 'totalChunks' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 27:10: 'selectedFile' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 86:5: React Hook useCallback has a missing dependency: 'uploadChunk'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Setting/ProjectManageStatus.jsx scrumslatefe_1 | Line 129:23: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 250:17: 'statusToMark' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 320:6: React Hook useEffect has missing dependencies: 'projectStatuses' and 'projectView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/SprintReport/SprintCumulativeChart.jsx scrumslatefe_1 | Line 82:6: React Hook useEffect has a missing dependency: 'statusCountData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/SprintReport/SprintModalFields.jsx scrumslatefe_1 | Line 83:6: React Hook useEffect has a missing dependency: 'viewSprint'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 256: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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/SprintReport/SprintReportModal.jsx scrumslatefe_1 | Line 51:6: React Hook useEffect has a missing dependency: 'chartData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/TaskComments.jsx scrumslatefe_1 | Line 29:69: 'isPublicPage' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 33:10: 'taskToUpdate' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/TaskMediaRecorder.js scrumslatefe_1 | Line 19:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/TaskModal.jsx scrumslatefe_1 | Line 59:5: 'isTaskSprint' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 129: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 scrumslatefe_1 | Line 205:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 232:53: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 263:6: React Hook useEffect has missing dependencies: 'UnassignedUserObject' and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/ViewTaskSidebar.js scrumslatefe_1 | Line 99:24: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/AddCaseModal.jsx scrumslatefe_1 | Line 28:10: 'assignedUser' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 32:10: 'addReference' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 51:6: React Hook useEffect has a missing dependency: 'fetchLists'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 85:9: The 'users' array makes the dependencies of useEffect Hook (at line 91) 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/AddDefectModal.js scrumslatefe_1 | Line 109:8: React Hook useEffect has missing dependencies: 'id', 'reset', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 163:47: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 182:57: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 213:8: React Hook useEffect has missing dependencies: 'UnassignedUserObject' and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/ExecutionModal.js scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestCase.js scrumslatefe_1 | Line 65:6: React Hook useEffect has missing dependencies: 'TestCasesLists' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 180:6: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestCaseViewDrawer.js scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestExecution.js scrumslatefe_1 | Line 67:8: React Hook useEffect has missing dependencies: 'fetchTestExecutions' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 72:8: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/ViewTestExecution.js scrumslatefe_1 | Line 53:8: React Hook useEffect has missing dependencies: 'selectedView' and 'testExecutionData'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 61:8: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ViewFileSideDrawer.jsx scrumslatefe_1 | Line 37:6: React Hook useEffect has a missing dependency: 'fileData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Recording.jsx scrumslatefe_1 | Line 39:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/Billing.js scrumslatefe_1 | Line 23:9: 'plan' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 93:34: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 145:31: The scope prop can only be used on elements jsx-a11y/scope scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/CheckoutModal.js scrumslatefe_1 | Line 179:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 181:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 231:42: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/ManageAccount.jsx scrumslatefe_1 | Line 49:6: React Hook useEffect has a missing dependency: 'viewProfile'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/PlanCards.js scrumslatefe_1 | Line 50:77: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 84:69: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 86:48: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 89:39: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/Plans.js scrumslatefe_1 | Line 6:10: 'pricePageVisited' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/Preferences.js scrumslatefe_1 | Line 5:3: 'FormControl' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Sprints.jsx scrumslatefe_1 | Line 57:10: 'backupData' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 82:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 105:6: React Hook useEffect has missing dependencies: 'allSprints' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 176:50: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 180:31: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 393:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 487:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 493:38: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 502:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Tasks.jsx scrumslatefe_1 | Line 160:6: React Hook useEffect has missing dependencies: 'allTasks' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 177:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 182:6: React Hook useEffect has a missing dependency: 'handleNewProject'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 417:24: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 421:32: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 425:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 508:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Teams/Teams.jsx scrumslatefe_1 | Line 58:6: React Hook useEffect has missing dependencies: 'dispatch' and 'roles.length'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 215:40: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Teams/UserProfile.jsx scrumslatefe_1 | Line 43:6: React Hook useEffect has a missing dependency: 'fetchUserProfile'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 57:6: React Hook useEffect has a missing dependency: 'refreshUserTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/ViewSprint.jsx scrumslatefe_1 | Line 86:6: React Hook useEffect has missing dependencies: 'project?.statuses' and 'sprintStatuses'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setFilterStatus' needs the current value of 'sprintStatuses' react-hooks/exhaustive-deps scrumslatefe_1 | Line 90:6: React Hook useEffect has missing dependencies: 'fetchSprintData' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 132:6: React Hook useEffect has a missing dependency: 'refreshSprintTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 225:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 644:17: 'newStatusIndex' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/Login.jsx scrumslatefe_1 | Line 52:6: React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/SignUp.jsx scrumslatefe_1 | Line 10:10: 'signupCompleted' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/VerifyEmail.js scrumslatefe_1 | Line 26:6: React Hook useEffect has a missing dependency: 'queryParams'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Extention/ExtensionFeatureCard.js scrumslatefe_1 | Line 5:11: Destructuring assignment ref unnecessarily renamed no-useless-rename scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/FileView/FileView.js scrumslatefe_1 | Line 28:8: React Hook useEffect has missing dependencies: 'id' and 'location.search'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/FileView/FileViewMux.js scrumslatefe_1 | Line 28:8: React Hook useEffect has a missing dependency: 'location.search'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Tasks/PublicViewTask.js scrumslatefe_1 | Line 18:13: 'projectUuid' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 45:8: React Hook useEffect has a missing dependency: 'fetchTaskDetails'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/index.js scrumslatefe_1 | Line 5:8: 'MainLayout' is defined but never used no-unused-vars scrumslatefe_1 | Line 6:8: 'Feature' is defined but never used no-unused-vars scrumslatefe_1 | Line 11:8: 'AboutUs' is defined but never used no-unused-vars scrumslatefe_1 | Line 12:8: 'Pricing' is defined but never used no-unused-vars scrumslatefe_1 | Line 13:8: 'ContactUs' is defined but never used no-unused-vars scrumslatefe_1 | Line 14:8: 'Home' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/landingPage/Carousel.jsx scrumslatefe_1 | Line 16:10: 'currentSlide' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | Search for the keywords to learn more about each warning. scrumslatefe_1 | To ignore, add // eslint-disable-next-line to the line before. scrumslatefe_1 | scrumslatefe_1 | File sizes after gzip: scrumslatefe_1 | scrumslatefe_1 | 1.16 MB (+69 B) build/static/js/main.bc9e3b4d.js scrumslatefe_1 | 145.47 kB build/static/css/main.2322f442.css scrumslatefe_1 | 69.93 kB build/static/js/351.6eb6afa9.chunk.js scrumslatefe_1 | 39.27 kB build/static/js/637.18fe7d40.chunk.js scrumslatefe_1 | 20.46 kB build/static/js/258.0709449a.chunk.js scrumslatefe_1 | 18.96 kB build/static/js/630.3cc09318.chunk.js scrumslatefe_1 | 16.65 kB build/static/js/951.e7028efa.chunk.js scrumslatefe_1 | 15.59 kB build/static/js/560.e4940595.chunk.js scrumslatefe_1 | 12.61 kB build/static/js/483.470c9cff.chunk.js scrumslatefe_1 | 11.28 kB build/static/js/736.a0f98102.chunk.js scrumslatefe_1 | 11.09 kB build/static/js/274.f517a956.chunk.js scrumslatefe_1 | 10.8 kB build/static/js/261.ec52e990.chunk.js scrumslatefe_1 | 9.77 kB build/static/js/854.c5fd625a.chunk.js scrumslatefe_1 | 8.82 kB build/static/js/480.9f0d8af3.chunk.js scrumslatefe_1 | 8.15 kB build/static/js/292.a68e33e3.chunk.js scrumslatefe_1 | 7.93 kB build/static/js/799.9a2b7d8f.chunk.js scrumslatefe_1 | 7.71 kB build/static/js/532.efde7e72.chunk.js scrumslatefe_1 | 7.22 kB build/static/js/0.ed11cc1d.chunk.js scrumslatefe_1 | 6.75 kB build/static/js/3.dc4e8b42.chunk.js scrumslatefe_1 | 6.65 kB build/static/js/508.3fc4ba50.chunk.js scrumslatefe_1 | 6.11 kB build/static/js/141.445b7577.chunk.js scrumslatefe_1 | 5.7 kB build/static/js/470.724b7efb.chunk.js scrumslatefe_1 | 5.61 kB build/static/js/728.056637cf.chunk.js scrumslatefe_1 | 5.6 kB build/static/js/375.d10d2e2f.chunk.js scrumslatefe_1 | 5.2 kB build/static/js/808.472804f9.chunk.js scrumslatefe_1 | 5.14 kB build/static/js/475.b2f471a5.chunk.js scrumslatefe_1 | 4.41 kB build/static/js/869.2cb2149e.chunk.js scrumslatefe_1 | 4.01 kB build/static/js/502.ae384737.chunk.js scrumslatefe_1 | 3.97 kB build/static/js/485.4998759d.chunk.js scrumslatefe_1 | 3.89 kB build/static/js/474.f1a12589.chunk.js scrumslatefe_1 | 3.61 kB build/static/js/448.de95c9ea.chunk.js scrumslatefe_1 | 3.49 kB build/static/js/316.7e3412f0.chunk.js scrumslatefe_1 | 3.25 kB build/static/js/135.9c764399.chunk.js scrumslatefe_1 | 3.17 kB build/static/js/942.159a532d.chunk.js scrumslatefe_1 | 3.01 kB build/static/js/826.dac3a4b0.chunk.js scrumslatefe_1 | 2.65 kB build/static/js/429.5a26fe20.chunk.js scrumslatefe_1 | 2.55 kB build/static/js/823.65ca4eb9.chunk.js scrumslatefe_1 | 2.51 kB build/static/js/174.9f4b88d6.chunk.js scrumslatefe_1 | 2.43 kB build/static/css/830.3b0459b9.chunk.css scrumslatefe_1 | 2.4 kB build/static/js/217.a4393ccf.chunk.js scrumslatefe_1 | 2.16 kB build/static/js/322.9dac29cf.chunk.js scrumslatefe_1 | 2.14 kB build/static/js/576.60ceeafa.chunk.js scrumslatefe_1 | 2.09 kB build/static/js/362.d2ea1f0a.chunk.js scrumslatefe_1 | 1.87 kB build/static/js/830.4f16666c.chunk.js scrumslatefe_1 | 1.78 kB build/static/js/453.463ec774.chunk.js scrumslatefe_1 | 1.25 kB build/static/js/744.817e4820.chunk.js scrumslatefe_1 | 330 B build/static/css/942.13016169.chunk.css scrumslatefe_1 | 294 B build/static/css/951.5d1736ff.chunk.css scrumslatefe_1 | scrumslatefe_1 | The bundle size is significantly larger than recommended. scrumslatefe_1 | Consider reducing it with code splitting: https://goo.gl/9VhYWB scrumslatefe_1 | You can also analyze the project dependencies: https://goo.gl/LeUzfb scrumslatefe_1 | scrumslatefe_1 | The project was built assuming it is hosted at /. scrumslatefe_1 | You can control this with the homepage field in your package.json. scrumslatefe_1 | scrumslatefe_1 | The build folder is ready to be deployed. scrumslatefe_1 | You may serve it with a static server: scrumslatefe_1 | scrumslatefe_1 | npm install -g serve scrumslatefe_1 | serve -s build scrumslatefe_1 | scrumslatefe_1 | Find out more about deployment here: scrumslatefe_1 | scrumslatefe_1 | https://cra.link/deployment scrumslatefe_1 | scrumslatefe_1 | scrumslatefe_1 | up to date, audited 1872 packages in 8s scrumslatefe_1 | scrumslatefe_1 | 285 packages are looking for funding scrumslatefe_1 | run `npm fund` for details scrumslatefe_1 | scrumslatefe_1 | 31 vulnerabilities (1 low, 11 moderate, 19 high) scrumslatefe_1 | scrumslatefe_1 | To address issues that do not require attention, run: scrumslatefe_1 | npm audit fix scrumslatefe_1 | scrumslatefe_1 | To address all issues possible (including breaking changes), run: scrumslatefe_1 | npm audit fix --force scrumslatefe_1 | scrumslatefe_1 | Some issues need review, and may require choosing scrumslatefe_1 | a different dependency. scrumslatefe_1 | scrumslatefe_1 | Run `npm audit` for details. scrumslatefe_1 | scrumslatefe_1 | > variables@0.1.0 build scrumslatefe_1 | > react-scripts build scrumslatefe_1 | scrumslatefe_1 | Creating an optimized production build... scrumslatefe_1 | Browserslist: caniuse-lite is outdated. Please run: scrumslatefe_1 | npx update-browserslist-db@latest scrumslatefe_1 | Why you should do it regularly: https://github.com/browserslist/update-db#readme scrumslatefe_1 | One of your dependencies, babel-preset-react-app, is importing the scrumslatefe_1 | "@babel/plugin-proposal-private-property-in-object" package without scrumslatefe_1 | declaring it in its dependencies. This is currently working because scrumslatefe_1 | "@babel/plugin-proposal-private-property-in-object" is already in your scrumslatefe_1 | node_modules folder for unrelated reasons, but it may break at any time. scrumslatefe_1 | scrumslatefe_1 | babel-preset-react-app is part of the create-react-app project, which scrumslatefe_1 | is not maintianed anymore. It is thus unlikely that this bug will scrumslatefe_1 | ever be fixed. Add "@babel/plugin-proposal-private-property-in-object" to scrumslatefe_1 | your devDependencies to work around this error. This will make this message scrumslatefe_1 | go away. scrumslatefe_1 | scrumslatefe_1 | Browserslist: caniuse-lite is outdated. Please run: scrumslatefe_1 | npx update-browserslist-db@latest scrumslatefe_1 | Why you should do it regularly: https://github.com/browserslist/update-db#readme scrumslatefe_1 | Compiled with warnings. scrumslatefe_1 | scrumslatefe_1 | Failed to parse source map: 'webpack://ReactPixel/fb-pixel.js' URL is not supported scrumslatefe_1 | scrumslatefe_1 | Warning scrumslatefe_1 | (6:31084) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. scrumslatefe_1 | scrumslatefe_1 | Warning scrumslatefe_1 | (6:31105) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. scrumslatefe_1 | scrumslatefe_1 | Warning scrumslatefe_1 | (11:31084) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. scrumslatefe_1 | scrumslatefe_1 | [eslint] scrumslatefe_1 | src/Utils/constants.js scrumslatefe_1 | Line 6:57: Unnecessary escape character: \# no-useless-escape scrumslatefe_1 | Line 6:134: Unnecessary escape character: \- no-useless-escape scrumslatefe_1 | Line 6:153: Unnecessary escape character: \- no-useless-escape scrumslatefe_1 | scrumslatefe_1 | src/Utils/helpers.js scrumslatefe_1 | Line 317:57: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 321:57: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/MainLayout/LandingNavbar.js scrumslatefe_1 | Line 5:10: 'signupClicked' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/Navbar.jsx scrumslatefe_1 | Line 56:6: React Hook useEffect has a missing dependency: 'projectView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 77:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | 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 scrumslatefe_1 | Line 113:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 158:19: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 187:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | Line 203:6: React Hook useEffect has a missing dependency: 'refreshNotification'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 203: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 scrumslatefe_1 | Line 210:15: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | 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 scrumslatefe_1 | Line 256: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 scrumslatefe_1 | Line 269: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 scrumslatefe_1 | Line 281: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 scrumslatefe_1 | Line 293: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 scrumslatefe_1 | Line 356: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 scrumslatefe_1 | Line 368: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 scrumslatefe_1 | Line 378: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 scrumslatefe_1 | Line 643: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/Sidebar.jsx scrumslatefe_1 | Line 6:28: 'useState' is defined but never used no-unused-vars scrumslatefe_1 | Line 7:42: 'useParams' is defined but never used no-unused-vars scrumslatefe_1 | Line 50:6: React Hook useEffect has a missing dependency: 'setIsSmallSidebar'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 154: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/charts/AssigneesBarChart.js scrumslatefe_1 | Line 59:6: React Hook useEffect has a missing dependency: 'reportView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/charts/TasksStatusBarChart.js scrumslatefe_1 | Line 55:6: React Hook useEffect has a missing dependency: 'reportView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/AI/AiModalWindow.jsx scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/AudioRecorder.jsx scrumslatefe_1 | Line 14:10: 'audioChunks' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 15:10: 'listening' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 16:10: 'recognition' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/AutoCompleteLables.js scrumslatefe_1 | Line 72:66: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators scrumslatefe_1 | Line 72:82: Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations no-mixed-operators scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/CustomTextEditor.js scrumslatefe_1 | Line 53:6: React Hook useEffect has a missing dependency: 'description'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 53: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Filters/FilterSideDrawer.jsx scrumslatefe_1 | Line 75:16: Unexpected empty object pattern no-empty-pattern scrumslatefe_1 | Line 143:6: React Hook useEffect has a missing dependency: 'isGlobal'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/InviteUser.jsx scrumslatefe_1 | Line 39:25: 'setIsLoadingData' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 40:10: 'isRefresh' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 48:10: 'isDisabled' is assigned a value but never used no-unused-vars scrumslatefe_1 | 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 scrumslatefe_1 | Line 88:6: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Kanbanboard.jsx scrumslatefe_1 | Line 23:8: 'TaskComments' is defined but never used no-unused-vars scrumslatefe_1 | Line 24:10: 'formateDate' is defined but never used no-unused-vars scrumslatefe_1 | Line 207:5: Duplicate key 'drop' no-dupe-keys scrumslatefe_1 | Line 350:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 358:60: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 371:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 563:60: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 779:53: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 783:89: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Projects/AllTaskSubheader.jsx scrumslatefe_1 | Line 119:17: Array.prototype.map() expects a return value from arrow function array-callback-return scrumslatefe_1 | Line 173:6: React Hook useEffect has a missing dependency: 'applyFilterFromLocalStorage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 173: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Projects/ProjectModalWindow.js scrumslatefe_1 | Line 50:29: 'setSelectedEditIndex' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 114:6: React Hook useEffect has missing dependencies: 'reset', 'setIsEditProject', 'setOpen', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Projects/ProjectViewSubHeader.js scrumslatefe_1 | Line 17:10: 'toast' is defined but never used no-unused-vars scrumslatefe_1 | Line 50:9: 'members' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 207:19: Array.prototype.map() expects a return value from arrow function array-callback-return scrumslatefe_1 | Line 258:6: React Hook useEffect has a missing dependency: 'applyFilterFromLocalStorage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 258: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/ScreenRecorder.jsx scrumslatefe_1 | Line 11:10: 'elapsedTime' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 32:6: React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 146:6: React Hook useEffect has a missing dependency: 'startRecording'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Search.js scrumslatefe_1 | Line 8:11: 'client' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 85:8: React Hook useEffect has a missing dependency: 'recentSearchesPlugin'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Task/CustomPopOverMenu.js scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/Task/CustomUserAutoCompleteController.js scrumslatefe_1 | Line 45:76: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskAssigned.js scrumslatefe_1 | Line 63:6: React Hook React.useEffect has a missing dependency: 'isTaskList'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 165:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskDueDate.js scrumslatefe_1 | Line 41: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 scrumslatefe_1 | Line 41:6: React Hook useEffect has a missing dependency: 'taskDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskFollowers.js scrumslatefe_1 | Line 58:6: React Hook useEffect has a missing dependency: 'handlePopoverClose'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskLabels.js scrumslatefe_1 | Line 1:10: 'faPlus' is defined but never used no-unused-vars scrumslatefe_1 | Line 2:10: 'FontAwesomeIcon' is defined but never used no-unused-vars scrumslatefe_1 | Line 105:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskPriority.js scrumslatefe_1 | 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 scrumslatefe_1 | Line 39:6: React Hook useEffect has a missing dependency: 'taskDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 115:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskStatus.js scrumslatefe_1 | Line 45:6: React Hook useEffect has a missing dependency: 'listTaskStatus'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 59: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 scrumslatefe_1 | Line 145:6: React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskStoryPoint.js scrumslatefe_1 | Line 15:5: 'islist' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 23:5: 'isKanban' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TaskViewSideDrawer.js scrumslatefe_1 | Line 110: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 scrumslatefe_1 | Line 420:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/ListBoard.js scrumslatefe_1 | Line 24:5: 'isSprint' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 76:98: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 201:33: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | Line 376:114: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 486:37: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/TableBoard.js scrumslatefe_1 | Line 114:96: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 348:102: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/TaskListModal.jsx scrumslatefe_1 | Line 24:5: 'isBacklog' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 37:16: Unexpected empty object pattern no-empty-pattern scrumslatefe_1 | Line 49:6: React Hook useEffect has a missing dependency: 'resetFormFields'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 56: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 scrumslatefe_1 | scrumslatefe_1 | src/componets/comman/TasksList/TasksList.js scrumslatefe_1 | Line 63:6: React Hook useEffect has a missing dependency: 'taskListId'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/pageLoaders/projectLoaders/projectOverview/StatusChartLoader.js scrumslatefe_1 | Line 7:9: The 'taskStatus' array makes the dependencies of useEffect Hook (at line 85) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'taskStatus' in its own useMemo() Hook react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/shared/AddTaskModalWindow.js scrumslatefe_1 | Line 37:10: 'activeSprint' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 46:5: 'register' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 50:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 112:37: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 155:6: React Hook useEffect has a missing dependency: 'setIsList'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 166:6: React Hook useEffect has a missing dependency: 'isList'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/shared/MoveToProject.jsx scrumslatefe_1 | Line 34:6: React Hook useEffect has a missing dependency: 'reset'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/componets/shared/SprintStatusModal.jsx scrumslatefe_1 | Line 7:16: 'useParams' is defined but never used no-unused-vars scrumslatefe_1 | Line 84:6: React Hook useEffect has a missing dependency: 'completeSprintTaskCount'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 167:6: React Hook useEffect has missing dependencies: 'reset' and 'setSprintData'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Bugs.jsx scrumslatefe_1 | Line 119:6: React Hook useEffect has missing dependencies: 'allBugs' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 200:6: React Hook useEffect has a missing dependency: 'handleNewProject'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 226:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 342:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 376:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Dashboard.jsx scrumslatefe_1 | Line 9:3: 'getTwoLetterPrefix' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Notification/NotificationList.js scrumslatefe_1 | Line 21:6: React Hook useEffect has a missing dependency: 'getAllNotifications'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 41:14: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 58:14: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 63:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 66:16: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 72:29: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 102:6: React Hook useEffect has a missing dependency: 'refreshNotification'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects.jsx scrumslatefe_1 | Line 30:9: 'navigate' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 33:9: 'members' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 46:10: 'users' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 58:6: React Hook useEffect has missing dependencies: 'AllArchivedProjects' and 'getAllProjects'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 168:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Backlog/Backlog.jsx scrumslatefe_1 | Line 70:10: 'errors1' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 85:27: 'setUserAllProjects' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 117:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 233:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 547:19: Unreachable code no-unreachable scrumslatefe_1 | Line 657:35: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 697:13: 'sprintId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 921:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1090:35: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1266:19: Unreachable code no-unreachable scrumslatefe_1 | Line 1531:6: React Hook useEffect has missing dependencies: 'getBacklog', 'selectedView', and 'taskLists'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1537:6: React Hook useEffect has a missing dependency: 'showTaskModal'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1593:13: 'updatedTaskList' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 1610:13: 'updatedTaskList' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 1773:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Backlog/ViewTaskList.jsx scrumslatefe_1 | Line 38:23: 'projectId' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 84:6: React Hook useEffect has missing dependencies: 'selectedView' and 'taskListData'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 98:9: 'updatedUserStoryCount' is defined but never used no-unused-vars scrumslatefe_1 | Line 321:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Calender/ProjectCalender.js scrumslatefe_1 | Line 39:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 103:6: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProgressBoard/BoardModal.js scrumslatefe_1 | Line 39:10: 'isLoadingCliper' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 86:6: React Hook useEffect has a missing dependency: 'handleViewStatusDetail'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProgressBoard/ProgressBoard.jsx scrumslatefe_1 | Line 46:21: 'setIsDisable' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 63:6: React Hook useEffect has a missing dependency: 'fetchProjectLabels'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 94:6: React Hook useEffect has a missing dependency: 'fetchProjectAndSprint'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 108:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 280:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 797:77: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 807:77: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 891:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 905:25: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 916:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 931:25: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProgressBoard/SelectBoardModal.js scrumslatefe_1 | Line 35:26: 'isValid' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectBugs.jsx scrumslatefe_1 | Line 62:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 229:26: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 316:6: React Hook useEffect has missing dependencies: 'projectAllBugs' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/BacklogActivityChart.js scrumslatefe_1 | Line 89:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/OverviewTasklist.js scrumslatefe_1 | Line 3:22: 'getTwoLetterPrefix' is defined but never used no-unused-vars scrumslatefe_1 | Line 52:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/ProjectOverview.js scrumslatefe_1 | Line 70:6: React Hook useEffect has a missing dependency: 'projectOverviewData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/ProjectTaskChart.js scrumslatefe_1 | Line 143:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/TeamTaskOverviewChart.js scrumslatefe_1 | 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 scrumslatefe_1 | 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 scrumslatefe_1 | Line 96:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectOverView/VelocityChart.js scrumslatefe_1 | Line 97:6: React Hook useEffect has a missing dependency: 'storyPointView'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ProjectSprints.jsx scrumslatefe_1 | Line 72:10: 'filterStatus' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 113:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 163:65: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 472:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 512:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 518:44: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 562:23: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 878:23: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 973:6: React Hook useEffect has missing dependencies: 'getAllSprints' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 1083:27: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1191:29: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 1854:19: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Setting/ImportProject.jsx scrumslatefe_1 | Line 26:10: 'totalChunks' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 27:10: 'selectedFile' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 86:5: React Hook useCallback has a missing dependency: 'uploadChunk'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Setting/ProjectManageStatus.jsx scrumslatefe_1 | Line 129:23: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 250:17: 'statusToMark' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 320:6: React Hook useEffect has missing dependencies: 'projectStatuses' and 'projectView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/SprintReport/SprintCumulativeChart.jsx scrumslatefe_1 | Line 82:6: React Hook useEffect has a missing dependency: 'statusCountData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/SprintReport/SprintModalFields.jsx scrumslatefe_1 | Line 83:6: React Hook useEffect has a missing dependency: 'viewSprint'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 256: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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/SprintReport/SprintReportModal.jsx scrumslatefe_1 | Line 51:6: React Hook useEffect has a missing dependency: 'chartData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/TaskComments.jsx scrumslatefe_1 | Line 29:69: 'isPublicPage' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 33:10: 'taskToUpdate' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/TaskMediaRecorder.js scrumslatefe_1 | Line 19:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/TaskModal.jsx scrumslatefe_1 | Line 59:5: 'isTaskSprint' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 129: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 scrumslatefe_1 | Line 205:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 232:53: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 263:6: React Hook useEffect has missing dependencies: 'UnassignedUserObject' and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/Tasks/ViewTaskSidebar.js scrumslatefe_1 | Line 99:24: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/AddCaseModal.jsx scrumslatefe_1 | Line 28:10: 'assignedUser' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 32:10: 'addReference' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 51:6: React Hook useEffect has a missing dependency: 'fetchLists'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 85:9: The 'users' array makes the dependencies of useEffect Hook (at line 91) 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/AddDefectModal.js scrumslatefe_1 | Line 109:8: React Hook useEffect has missing dependencies: 'id', 'reset', and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 163:47: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 182:57: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 213:8: React Hook useEffect has missing dependencies: 'UnassignedUserObject' and 'setValue'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/ExecutionModal.js scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestCase.js scrumslatefe_1 | Line 65:6: React Hook useEffect has missing dependencies: 'TestCasesLists' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 180:6: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestCaseViewDrawer.js scrumslatefe_1 | 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 scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/TestExecution.js scrumslatefe_1 | Line 67:8: React Hook useEffect has missing dependencies: 'fetchTestExecutions' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 72:8: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/TestCases/ViewTestExecution.js scrumslatefe_1 | Line 53:8: React Hook useEffect has missing dependencies: 'selectedView' and 'testExecutionData'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 61:8: React Hook useEffect has a missing dependency: 'refreshPage'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Projects/ViewFileSideDrawer.jsx scrumslatefe_1 | Line 37:6: React Hook useEffect has a missing dependency: 'fileData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Recording.jsx scrumslatefe_1 | Line 39:41: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/Billing.js scrumslatefe_1 | Line 23:9: 'plan' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 93:34: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 145:31: The scope prop can only be used on elements jsx-a11y/scope scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/CheckoutModal.js scrumslatefe_1 | Line 179:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 181:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 231:42: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/ManageAccount.jsx scrumslatefe_1 | Line 49:6: React Hook useEffect has a missing dependency: 'viewProfile'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/PlanCards.js scrumslatefe_1 | Line 50:77: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 84:69: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 86:48: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 89:39: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/Plans.js scrumslatefe_1 | Line 6:10: 'pricePageVisited' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Setting/Preferences.js scrumslatefe_1 | Line 5:3: 'FormControl' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Sprints.jsx scrumslatefe_1 | Line 57:10: 'backupData' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 82:6: React Hook useEffect has a missing dependency: 'refreshTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 105:6: React Hook useEffect has missing dependencies: 'allSprints' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 177:50: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 181:31: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 397:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 491:28: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 497:38: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 506:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Tasks.jsx scrumslatefe_1 | Line 160:6: React Hook useEffect has missing dependencies: 'allTasks' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 177:6: React Hook useEffect has a missing dependency: 'refreshData'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 182:6: React Hook useEffect has a missing dependency: 'handleNewProject'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 417:24: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 421:32: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 425:41: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 508:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Teams/Teams.jsx scrumslatefe_1 | Line 58:6: React Hook useEffect has missing dependencies: 'dispatch' and 'roles.length'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 215:40: Expected '!==' and instead saw '!=' eqeqeq scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/Teams/UserProfile.jsx scrumslatefe_1 | Line 43:6: React Hook useEffect has a missing dependency: 'fetchUserProfile'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 57:6: React Hook useEffect has a missing dependency: 'refreshUserTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Private/ViewSprint.jsx scrumslatefe_1 | Line 86:6: React Hook useEffect has missing dependencies: 'project?.statuses' and 'sprintStatuses'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setFilterStatus' needs the current value of 'sprintStatuses' react-hooks/exhaustive-deps scrumslatefe_1 | Line 90:6: React Hook useEffect has missing dependencies: 'fetchSprintData' and 'selectedView'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 132:6: React Hook useEffect has a missing dependency: 'refreshSprintTask'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | Line 225:33: Expected '===' and instead saw '==' eqeqeq scrumslatefe_1 | Line 644:17: 'newStatusIndex' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/Login.jsx scrumslatefe_1 | Line 52:6: React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/SignUp.jsx scrumslatefe_1 | Line 10:10: 'signupCompleted' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Authentication/VerifyEmail.js scrumslatefe_1 | Line 26:6: React Hook useEffect has a missing dependency: 'queryParams'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Extention/ExtensionFeatureCard.js scrumslatefe_1 | Line 5:11: Destructuring assignment ref unnecessarily renamed no-useless-rename scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/FileView/FileView.js scrumslatefe_1 | Line 28:8: React Hook useEffect has missing dependencies: 'id' and 'location.search'. Either include them or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/FileView/FileViewMux.js scrumslatefe_1 | Line 28:8: React Hook useEffect has a missing dependency: 'location.search'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/Tasks/PublicViewTask.js scrumslatefe_1 | Line 18:13: 'projectUuid' is assigned a value but never used no-unused-vars scrumslatefe_1 | Line 45:8: React Hook useEffect has a missing dependency: 'fetchTaskDetails'. Either include it or remove the dependency array react-hooks/exhaustive-deps scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/index.js scrumslatefe_1 | Line 5:8: 'MainLayout' is defined but never used no-unused-vars scrumslatefe_1 | Line 6:8: 'Feature' is defined but never used no-unused-vars scrumslatefe_1 | Line 11:8: 'AboutUs' is defined but never used no-unused-vars scrumslatefe_1 | Line 12:8: 'Pricing' is defined but never used no-unused-vars scrumslatefe_1 | Line 13:8: 'ContactUs' is defined but never used no-unused-vars scrumslatefe_1 | Line 14:8: 'Home' is defined but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | src/pages/Public/landingPage/Carousel.jsx scrumslatefe_1 | Line 16:10: 'currentSlide' is assigned a value but never used no-unused-vars scrumslatefe_1 | scrumslatefe_1 | Search for the keywords to learn more about each warning. scrumslatefe_1 | To ignore, add // eslint-disable-next-line to the line before. scrumslatefe_1 | scrumslatefe_1 | File sizes after gzip: scrumslatefe_1 | scrumslatefe_1 | 1.16 MB build/static/js/main.dc7ac344.js scrumslatefe_1 | 145.47 kB build/static/css/main.2322f442.css scrumslatefe_1 | 69.93 kB build/static/js/351.6eb6afa9.chunk.js scrumslatefe_1 | 39.27 kB build/static/js/637.18fe7d40.chunk.js scrumslatefe_1 | 20.46 kB build/static/js/258.0709449a.chunk.js scrumslatefe_1 | 18.96 kB build/static/js/630.3cc09318.chunk.js scrumslatefe_1 | 16.65 kB build/static/js/951.e7028efa.chunk.js scrumslatefe_1 | 15.59 kB build/static/js/560.e4940595.chunk.js scrumslatefe_1 | 12.61 kB build/static/js/483.470c9cff.chunk.js scrumslatefe_1 | 11.28 kB build/static/js/736.a0f98102.chunk.js scrumslatefe_1 | 11.11 kB (+16 B) build/static/js/274.81c8d883.chunk.js scrumslatefe_1 | 10.8 kB build/static/js/261.ec52e990.chunk.js scrumslatefe_1 | 9.77 kB build/static/js/854.c5fd625a.chunk.js scrumslatefe_1 | 8.82 kB build/static/js/480.9f0d8af3.chunk.js scrumslatefe_1 | 8.18 kB (+30 B) build/static/js/292.f4b5eef8.chunk.js scrumslatefe_1 | 7.93 kB build/static/js/799.9a2b7d8f.chunk.js scrumslatefe_1 | 7.71 kB build/static/js/532.efde7e72.chunk.js scrumslatefe_1 | 7.22 kB build/static/js/0.ed11cc1d.chunk.js scrumslatefe_1 | 6.75 kB build/static/js/3.dc4e8b42.chunk.js scrumslatefe_1 | 6.65 kB build/static/js/508.3fc4ba50.chunk.js scrumslatefe_1 | 6.13 kB (+14 B) build/static/js/141.621aa159.chunk.js scrumslatefe_1 | 5.72 kB (+104 B) build/static/js/728.630fd8ca.chunk.js scrumslatefe_1 | 5.7 kB build/static/js/470.724b7efb.chunk.js scrumslatefe_1 | 5.6 kB build/static/js/375.d10d2e2f.chunk.js scrumslatefe_1 | 5.2 kB build/static/js/808.472804f9.chunk.js scrumslatefe_1 | 5.14 kB build/static/js/475.b2f471a5.chunk.js scrumslatefe_1 | 4.41 kB build/static/js/869.2cb2149e.chunk.js scrumslatefe_1 | 4.01 kB build/static/js/502.ae384737.chunk.js scrumslatefe_1 | 3.97 kB build/static/js/485.4998759d.chunk.js scrumslatefe_1 | 3.89 kB build/static/js/474.f1a12589.chunk.js scrumslatefe_1 | 3.61 kB build/static/js/448.de95c9ea.chunk.js scrumslatefe_1 | 3.49 kB build/static/js/316.7e3412f0.chunk.js scrumslatefe_1 | 3.25 kB build/static/js/135.9c764399.chunk.js scrumslatefe_1 | 3.17 kB build/static/js/942.159a532d.chunk.js scrumslatefe_1 | 3.01 kB build/static/js/826.dac3a4b0.chunk.js scrumslatefe_1 | 2.65 kB build/static/js/429.5a26fe20.chunk.js scrumslatefe_1 | 2.55 kB build/static/js/823.65ca4eb9.chunk.js scrumslatefe_1 | 2.51 kB build/static/js/174.9f4b88d6.chunk.js scrumslatefe_1 | 2.43 kB build/static/css/830.3b0459b9.chunk.css scrumslatefe_1 | 2.4 kB build/static/js/217.a4393ccf.chunk.js scrumslatefe_1 | 2.16 kB build/static/js/322.9dac29cf.chunk.js scrumslatefe_1 | 2.14 kB build/static/js/576.60ceeafa.chunk.js scrumslatefe_1 | 2.09 kB build/static/js/362.d2ea1f0a.chunk.js scrumslatefe_1 | 1.87 kB build/static/js/830.4f16666c.chunk.js scrumslatefe_1 | 1.78 kB build/static/js/453.463ec774.chunk.js scrumslatefe_1 | 1.25 kB build/static/js/744.817e4820.chunk.js scrumslatefe_1 | 330 B build/static/css/942.13016169.chunk.css scrumslatefe_1 | 294 B build/static/css/951.5d1736ff.chunk.css scrumslatefe_1 | scrumslatefe_1 | The bundle size is significantly larger than recommended. scrumslatefe_1 | Consider reducing it with code splitting: https://goo.gl/9VhYWB scrumslatefe_1 | You can also analyze the project dependencies: https://goo.gl/LeUzfb scrumslatefe_1 | scrumslatefe_1 | The project was built assuming it is hosted at /. scrumslatefe_1 | You can control this with the homepage field in your package.json. scrumslatefe_1 | scrumslatefe_1 | The build folder is ready to be deployed. scrumslatefe_1 | You may serve it with a static server: scrumslatefe_1 | scrumslatefe_1 | npm install -g serve scrumslatefe_1 | serve -s build scrumslatefe_1 | scrumslatefe_1 | Find out more about deployment here: scrumslatefe_1 | scrumslatefe_1 | https://cra.link/deployment scrumslatefe_1 | cicd_scrumslatefe_1 exited with code 0