-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Compiled with warnings.
./src/components/navigation/Nav.js
Line 164:8: React Hook useEffect has a missing dependency: 'searchQuery'. Either include it or remove the dependency array. You can also do a functional update 'setSearchQuery(s => ...)' if you only need 'searchQuery' in the 'setSearchQuery' call react-hooks/exhaustive-deps
Line 167:12: 'smartSearchIsChecked' is assigned a value but never used no-unused-vars
Line 167:34: 'setSmartSearchIsChecked' is assigned a value but never used no-unused-vars
Line 271:11: 'handleSubmit' is assigned a value but never used no-unused-vars
Line 287:12: 'windowListening' is assigned a value but never used no-unused-vars
Line 287:29: 'setWindowListening' is assigned a value but never used no-unused-vars
Line 294:8: React Hook useEffect has a missing dependency: 'handleArrowSelect'. Either include it or remove the dependency array react-hooks/exhaustive-deps
./src/components/inbox/AnalyticsBar.js
Line 1:17: 'useState' is defined but never used no-unused-vars
Line 1:27: 'useEffect' is defined but never used no-unused-vars
./src/components/inbox/ThreadMessage.js
Line 1:17: 'useState' is defined but never used no-unused-vars
Line 1:27: 'useEffect' is defined but never used no-unused-vars
./src/components/inbox/Sidebar.js
Line 1:17: 'useState' is defined but never used no-unused-vars
Line 1:27: 'useEffect' is defined but never used no-unused-vars
Line 15:8: 'Inbox' is defined but never used no-unused-vars
./src/components/inbox/Snippets.js
Line 1:17: 'useState' is defined but never used no-unused-vars
Line 1:27: 'useEffect' is defined but never used no-unused-vars
Line 20:9: 'toggleIsDisplayingThread' is assigned a value but never used no-unused-vars
./src/components/inbox/Inbox.js
Line 1:17: 'useState' is defined but never used no-unused-vars
Line 64:8: React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when any prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect react-hooks/exhaustive-deps
Line 78:8: React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when any prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect react-hooks/exhaustive-deps
./src/components/inbox/Thread.js
Line 1:27: 'useEffect' is defined but never used no-unused-vars
Line 42:11: 'toggleIsDisplayingAnalytics' is assigned a value but never used no-unused-vars
./src/components/navigation/utils.js
Line 1:8: 'React' is defined but never used no-unused-vars
Line 3:10: 'connect' is defined but never used no-unused-vars
./src/actions/userActions.js
Line 1:8: 'axios' is defined but never used no-unused-vars
Line 6:5: 'cors' is assigned a value but never used no-unused-vars
Line 15:5: 'url' is assigned a value but never used no-unused-vars
./src/components/navigation/SearchBarResult.js
Line 3:10: 'faTags' is defined but never used no-unused-vars
./src/actions/contactsActions.js
Line 3:3: 'GET_EMAIL_USERID_START' is defined but never used no-unused-vars
Line 4:3: 'GET_EMAIL_USERID_SUCCESS' is defined but never used no-unused-vars
Line 5:3: 'GET_EMAIL_USERID_FAILURE' is defined but never used no-unused-vars
Line 9:5: 'cors' is assigned a value but never used no-unused-vars
Line 18:5: 'url' is assigned a value but never used no-unused-vars
Line 45:56: Expected to return a value at the end of arrow function array-callback-return
./src/components/landing/LandingPage.js
Line 4:8: 'img2' is defined but never used no-unused-vars
Line 5:8: 'img3' is defined but never used no-unused-vars
Line 6:8: 'img4' is defined but never used no-unused-vars
Line 8:8: 'emails' is defined but never used no-unused-vars
Line 70:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
Line 78:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
Line 101:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
Line 116:13: 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/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 119:13: 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/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 122:13: 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/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 125:13: 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/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
./src/components/compose/Compose.js
Line 6:19: 'bindActionCreators' is defined but never used no-unused-vars
Line 10:10: 'FontAwesomeIcon' is defined but never used no-unused-vars
Line 11:10: 'faTrash' is defined but never used no-unused-vars
Line 11:19: 'faTags' is defined but never used no-unused-vars
./src/components/inbox/Reply.js
Line 6:19: 'bindActionCreators' is defined but never used no-unused-vars
./src/actions/inboxActions.js
Line 6:5: 'cors' is assigned a value but never used no-unused-vars
Line 15:5: 'url' is assigned a value but never used no-unused-vars
Line 82:11: 'imapAccess' is assigned a value but never used no-unused-vars
Line 127:11: 'imapAccess' is assigned a value but never used no-unused-vars
./src/App.js
Line 7:10: 'createBrowserHistory' is defined but never used no-unused-vars
Line 14:8: 'Sidebar' is defined but never used no-unused-vars
Line 15:8: 'Compose' is defined but never used no-unused-vars