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
Fix all lint warnings. Most, if not all of them, are related to React hooks. Fix the warnings as appropriate.
in the terminal, run yarn lint to get a list of warnings
fixing a warning may also include disabling a particular rule for that line of code if the rule does not make sense for the purpose of the code. For example, this is applicable to React hook warnings on exhaustive dependencies, which may not always be necessary
The text was updated successfully, but these errors were encountered:
Fix all lint warnings. Most, if not all of them, are related to React hooks. Fix the warnings as appropriate.
yarn lint
to get a list of warningsThe text was updated successfully, but these errors were encountered: