-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: avoid react linting errors #83
chore: avoid react linting errors #83
Conversation
Hi @pkerschbaum!, thanks for the Pull Request The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.
To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page. Read more about contributing to ESLint here |
✅ Deploy Preview for eslint-code-explorer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Would like @amareshsm to review before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
This change is causing some issues when typing quickly in the editor. |
This reverts commit c9ada6a.
hmm ok, will look into this again! |
Prerequisites checklist
What is the purpose of this pull request?
Unblock #70 by fixing the 2 linting errors already present in the codebase.
What changes did you make? (Give an overview)
useCallback
dependenciesuseEffect
for code path on mountRelated Issues
Is there anything you'd like reviewers to focus on?