Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipeline - build - fix #7

Closed
hriccio opened this issue Sep 9, 2024 · 2 comments · Fixed by #12
Closed

pipeline - build - fix #7

hriccio opened this issue Sep 9, 2024 · 2 comments · Fixed by #12
Labels
bug Something isn't working

Comments

@hriccio
Copy link
Collaborator

hriccio commented Sep 9, 2024

build pipeline not ok

@hriccio hriccio added the bug Something isn't working label Sep 9, 2024
@hriccio hriccio added this to the pre-alpha release milestone Sep 9, 2024
@hriccio hriccio added this to contacts Sep 9, 2024
@hriccio
Copy link
Collaborator Author

hriccio commented Sep 23, 2024

[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

@hriccio
Copy link
Collaborator Author

hriccio commented Sep 23, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant