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