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

Fixing the remaining compilation warnings #109

Closed
4 tasks done
EvitanRelta opened this issue Jul 5, 2022 · 0 comments
Closed
4 tasks done

Fixing the remaining compilation warnings #109

EvitanRelta opened this issue Jul 5, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@EvitanRelta
Copy link
Owner

EvitanRelta commented Jul 5, 2022

Fixing #51 got rid of most of the warnings (ie. no-anonymous-default-export warnings)
But there's still a few remaining compilation warnings.
Specifically:

  • Unused variables
  • useCallback + lodash.debounce: Pass an inline function instead warning
  • dispatch missing useEffect dependency
  • onOutsideClick missing useEffect dependency in DetectOutsideClick.tsx

image

@EvitanRelta EvitanRelta added the bug Something isn't working label Jul 5, 2022
@EvitanRelta EvitanRelta self-assigned this Jul 10, 2022
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
None yet
Development

No branches or pull requests

1 participant