Develop #353
Annotations
2 errors and 1 warning
|
test
Process completed with exit code 1.
|
|
test:
src/components/contacts/contact-details-sheet.tsx#L79
React Hook "useCallback" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
|
test:
src/stores/auth/store.tsx#L126
Replace `⏎············error·instanceof·Error·&&⏎············(error.message.includes('Network·Error')·||⏎··············error.message.includes('timeout')·||⏎··············error.message.includes('ECONNREFUSED')·||⏎·············` with `·error·instanceof·Error·&&·(error.message.includes('Network·Error')·||·error.message.includes('timeout')·||·error.message.includes('ECONNREFUSED')·||`
|