You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[eslint]
src/App.js
Line 28:1: Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export
src/components/ContactForm.js
Line 6:1: Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export
Line 20:8: React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array react-hooks/exhaustive-deps
src/components/ContactList.js
Line 4:1: Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export
src/components/Layout.js
Line 1:1: Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export
src/reducers/index.js
Line 10:1: Assign arrow function to a variable before exporting as module default import/no-anonymous-default-export
build pipeline not ok
The text was updated successfully, but these errors were encountered: