NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

sergenekici@sergenekici-MacBook-Pro ~ % docker run -p 6000:80 easyrentweb

> [email protected] start /app
> react-scripts start

ℹ 「wds」: Project is running at http://172.17.0.2/
ℹ 「wds」: webpack output is served from
ℹ 「wds」: Content not from webpack is served from /app/public
ℹ 「wds」: 404s will fallback to /
Starting the development server...

Compiled with warnings.

src/api/index.js
Line 9:1: Assign object to a variable before exporting as module default import/no-anonymous-default-export

src/components/Footer/index.js
Line 12:60: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
Line 14:76: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
Line 15:64: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank

src/helpers/cookie.js
Line 15:25: Expected '===' and instead saw '==' eqeqeq
Line 16:29: Expected '===' and instead saw '==' eqeqeq

src/pages/career/index.js
Line 74:24: Expected '===' and instead saw '==' eqeqeq
Line 168:58: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
Line 169:62: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank

src/pages/contact/index.js
Line 2:16: 'Image' is defined but never used no-unused-vars
Line 25:24: Expected '===' and instead saw '==' eqeqeq
Line 94:58: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
Line 95:62: Using target="_blank" without rel="noreferrer" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener react/jsx-no-target-blank
Line 99:11: <iframe> elements must have a unique title property jsx-a11y/iframe-has-title

src/pages/detail/ContactAgentModal.js
Line 15:6: React Hook React.useEffect has missing dependencies: 'form' and 'setForm'. Either include them or remove the dependency array. If 'setForm' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
Line 28:27: Expected '===' and instead saw '==' eqeqeq

src/pages/detail/ModalSlider.js
Line 61:17: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text

src/pages/detail/PropertiesSlider.js
Line 23:21: Expected '===' and instead saw '==' eqeqeq
Line 25:28: Expected '===' and instead saw '==' eqeqeq
Line 85:13: 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/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 91:73: Expected '===' and instead saw '==' eqeqeq

src/pages/detail/RequestViewingModal.js
Line 31:27: Expected '===' and instead saw '==' eqeqeq
Line 41:14: Expected '===' and instead saw '==' eqeqeq

src/pages/detail/ShowLocationModal.js
Line 7:5: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text

src/pages/detail/Slider.js
Line 53:21: Expected '===' and instead saw '==' eqeqeq
Line 55:28: Expected '===' and instead saw '==' eqeqeq
Line 114:50: Expected '===' and instead saw '==' eqeqeq
Line 119:76: Expected '===' and instead saw '==' eqeqeq
Line 156:50: Expected '===' and instead saw '==' eqeqeq
Line 161:76: Expected '===' and instead saw '==' eqeqeq
Line 183:19: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text

src/pages/detail/index.js
Line 59:6: React Hook React.useEffect has missing dependencies: 'form' and 'id'. Either include them or remove the dependency array. You can also do a functional update 'setForm(f => ...)' if you only need 'form' in the 'setForm' call react-hooks/exhaustive-deps

src/pages/home/PropertiesSlider.js
Line 27:21: Expected '===' and instead saw '==' eqeqeq
Line 29:28: Expected '===' and instead saw '==' eqeqeq
Line 74:13: 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/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 80:73: Expected '===' and instead saw '==' eqeqeq

src/pages/home/SliderForm.js
Line 59:6: React Hook useEffect has missing dependencies: 'mapPropertyTypes' and 'options'. Either include them or remove the dependency array. You can also do a functional update 'setOptions(o => ...)' if you only need 'options' in the 'setOptions' call react-hooks/exhaustive-deps
Line 67:6: React Hook useEffect has missing dependencies: 'mapPropertyTypes', 'options', and 'propertyType'. Either include them or remove the dependency array. You can also do a functional update 'setOptions(o => ...)' if you only need 'options' in the 'setOptions' call react-hooks/exhaustive-deps
Line 71:43: Expected '===' and instead saw '==' eqeqeq
Line 72:20: Array.prototype.map() expects a return value from arrow function array-callback-return
Line 80:20: Array.prototype.map() expects a return value from arrow function array-callback-return
Line 88:20: Array.prototype.map() expects a return value from arrow function array-callback-return
Line 173:44: Array.prototype.map() expects a value to be returned at the end of arrow function array-callback-return
Line 174:78: Expected '===' and instead saw '==' eqeqeq
Line 176:23: Array.prototype.map() expects a return value from arrow function array-callback-return

src/pages/home/index.js
Line 14:15: Unexpected empty object pattern no-empty-pattern
Line 18:19: Effect callbacks are synchronous to prevent race conditions. Put the async function inside:

useEffect(() => {
async function fetchData() {
// You can await here
const response = await MyAPI.getData(someId);
// ...
}
fetchData();
}, [someId]); // Or [] if effect doesn't need props or state

Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching react-hooks/exhaustive-deps

src/pages/propertyListing/FilterForm.js
Line 4:20: 'sortingTypeEum' is defined but never used no-unused-vars
Line 82:38: Array.prototype.map() expects a return value from arrow function array-callback-return
Line 92:30: Array.prototype.map() expects a return value from arrow function array-callback-return
Line 100:34: Array.prototype.map() expects a return value from arrow function array-callback-return
Line 109:44: Expected '===' and instead saw '==' eqeqeq
Line 110:58: Expected '===' and instead saw '==' eqeqeq
Line 134:51: Expected '===' and instead saw '==' eqeqeq
Line 151:33: Array.prototype.map() expects a return value from arrow function array-callback-return
Line 167:6: React Hook React.useEffect has missing dependencies: 'form', 'forms', and 'prevPageNumber'. Either include them or remove the dependency array. You can also do a functional update 'setForm(f => ...)' if you only need 'form' in the 'setForm' call react-hooks/exhaustive-deps
Line 184:6: React Hook React.useEffect has missing dependencies: 'form.lettingType', 'mapAllLocations', 'mapAreas', 'mapFeatures', 'mapPropertyTypes', and 'optionsData'. Either include them or remove the dependency array. You can also do a functional update 'setOptionsData(o => ...)' if you only need 'optionsData' in the 'setOptionsData' call react-hooks/exhaustive-deps
Line 194:6: React Hook React.useEffect has missing dependencies: 'mapPropertyTypes', 'optionsData', and 'setLettingType'. Either include them or remove the dependency array. If 'setLettingType' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
Line 199:6: React Hook React.useEffect has missing dependencies: 'setFilterForm' and 'submit'. Either include them or remove the dependency array. If 'setFilterForm' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
Line 205:6: React Hook React.useEffect has missing dependencies: 'form' and 'prevSortingType'. Either include them or remove the dependency array. You can also do a functional update 'setForm(f => ...)' if you only need 'form' in the 'setForm' call react-hooks/exhaustive-deps
Line 280:11: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid

src/pages/propertyListing/List.js
Line 4:8: 'Sticky' is defined but never used no-unused-vars
Line 17:40: Expected '===' and instead saw '==' eqeqeq
Line 42:9: 'renderBreadcrumb' is assigned a value but never used no-unused-vars
Line 120:23: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 147:19: 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/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid

src/pages/propertyListing/ListItem.js
Line 28:21: Expected '===' and instead saw '==' eqeqeq
Line 30:28: Expected '===' and instead saw '==' eqeqeq
Line 76:45: Expected '===' and instead saw '==' eqeqeq
Line 81:13: 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/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid

src/pages/propertyListing/Map.js
Line 10:7: 'AnyReactComponent' is assigned a value but never used no-unused-vars
Line 23:5: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
Line 110:7: Do not mutate state directly. Use setState() react/no-direct-mutation-state
Line 111:7: Do not mutate state directly. Use setState() react/no-direct-mutation-state
Line 113:7: Do not mutate state directly. Use setState() react/no-direct-mutation-state
Line 114:7: Do not mutate state directly. Use setState() react/no-direct-mutation-state
Line 125:61: Expected '!==' and instead saw '!=' eqeqeq
Line 125:81: Expected '!==' and instead saw '!=' eqeqeq
Line 162:23: Expected '===' and instead saw '==' eqeqeq
Line 164:30: Expected '===' and instead saw '==' eqeqeq
Line 177:60: Expected '===' and instead saw '==' eqeqeq
Line 177:105: Expected '===' and instead saw '==' eqeqeq
Line 194:13: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text
Line 203:15: 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/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 216:14: 'getPrice' is already defined no-redeclare
Line 218:23: Expected '===' and instead saw '==' eqeqeq
Line 220:30: Expected '===' and instead saw '==' eqeqeq

src/pages/propertyListing/components/Marker.js
Line 3:20: 'Arrow' is defined but never used no-unused-vars
Line 34:19: Expected '===' and instead saw '==' eqeqeq
Line 36:26: Expected '===' and instead saw '==' eqeqeq
Line 52:37: 'arrowProps' is assigned a value but never used no-unused-vars
Line 83:11: The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md jsx-a11y/anchor-is-valid
Line 92:52: Expected '===' and instead saw '==' eqeqeq
Line 101:25: Expected '===' and instead saw '==' eqeqeq

src/pages/propertyListing/index.js
Line 62:6: React Hook React.useEffect has missing dependencies: 'getProperties' and 'prevPageNumber'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Line 85:9: No duplicate props allowed react/jsx-no-duplicate-props

src/router/DesktopContainer.js
Line 3:10: 'Button' is defined but never used no-unused-vars

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.