canove / whaticket-community

A very simple Ticket System based on WhatsApp messages, that allow multi-users in same WhatsApp account.
MIT License
1.51k stars 773 forks source link

Compiled with warnings. #625

Closed MaiconBonfim closed 3 months ago

MaiconBonfim commented 3 months ago

Creating an optimized production build... Compiled with warnings.

./src/components/TicketsList/index.js Compiled with warnings.

./src/components/TicketsList/index.js Line 182:5: React Hook useEffect has missing dependencies: 'searchParam' and 'status'. Either include them or remove the dependency array react-hooks/exhaustive-deps

./src/components/LocationPreview/index.js Line 5:8: 'Grid' is defined but never used no-unused-vars Line 27:7: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text

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