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

fix(onboarding): Add missing useEffect dependency #49105

Merged
merged 1 commit into from
May 15, 2023

Conversation

lobsterkatie
Copy link
Member

This adds a missing dependency to the useEffect hook used in the Onboarding component, to keep the linter from complaining and blocking pre-commit hooks when unrelated changes are made to the file.

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 15, 2023
@lobsterkatie lobsterkatie marked this pull request as ready for review May 15, 2023 16:39
@lobsterkatie lobsterkatie requested a review from a team as a code owner May 15, 2023 16:39
@lobsterkatie lobsterkatie merged commit 18d6486 into master May 15, 2023
@lobsterkatie lobsterkatie deleted the kmclb-fix-hook-error-in-onboarding-component branch May 15, 2023 16:49
volokluev pushed a commit that referenced this pull request May 30, 2023
This adds a missing dependency to the `useEffect` hook used in the `Onboarding` component, to keep the linter from complaining and blocking pre-commit hooks when unrelated changes are made to the file.
@github-actions github-actions bot locked and limited conversation to collaborators May 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants