-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fixed Issued #19 #20
base: master
Are you sure you want to change the base?
Fixed Issued #19 #20
Conversation
Hi my friend, happy hacktoberfest 2020. Just fixing a minor warning about some "variables" never used. when doing some yarn start at web directory. Enclosed is the warning ./src/components/Input/index.tsx Line 19:36: 'error' is assigned a value but never used @typescript-eslint/no-unused-vars ./src/pages/Home/index.tsx Line 1:27: 'useEffect' is defined but never used @typescript-eslint/no-unused-vars Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.
Update index.tsx
Issue jhonatasmatos#19 now it is 100% fixed. Have a nice Hacktoberfest 2020
Upadte index.tsx
Just minor adjustment and the final minor fix. Sorry about this trouble my friend. Happy Hacktoberfest 2020 |
Hello @adalbertobrant , how r u ? |
Hi Jhonatas Matos, that is it . I opened and issue in the issues sections, it is not a bug , just a minor modification to remove the warning message. If you accepet this merge please put hacktoberfest-accepeted. In the import and in the fuction the variables was not in use, so to avoid the warning message I study the case ( I am new at javascript) and decide that in the terminal your code should not have warnings to be more beautiful. In the issue section I send to you some pics. The issue is masked as #19 |
aaah ok ! Now I understood . Thank u very much your issue !!! |
Sending this minor fix to you , happy a nice Hacktoberfest 2020