refactor: Address ESLint warnings #504
danorlando
started this conversation in
Help Wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After re-doing our eslint configuration, some issues were exposed. The biggest concern is the exhaustive dependencies requirement for react useEffect, where we found that in some cases, listing all of the dependencies caused infinite loops on dependency updates. This needs to be investigated further and some refactoring will likely be required.
Beta Was this translation helpful? Give feedback.
All reactions