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.
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.