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(a11yStatus): pass correct dependency array #1586

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

silviuaavram
Copy link
Collaborator

@silviuaavram silviuaavram commented Mar 29, 2024

What:
Fix the dependency array in the useEffect that triggers the a11y status change.

Why:
The parameter we passed to updateA11yStatus was an array, and we wrapped that array into another array which we passed to useEffect. Resulted in a broken behaviour.

How:
Pass the dependency array directly to the useEffect hook.

Checklist:

  • Documentation
  • Tests
  • TypeScript Types
  • Flow Types
  • Ready to be merged

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (5b0d503) to head (a45eb4d).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1586   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines         1721      1721           
  Branches       515       515           
=========================================
  Hits          1721      1721           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@silviuaavram silviuaavram merged commit 57981b2 into master Mar 29, 2024
2 checks passed
@silviuaavram silviuaavram deleted the fix/a11y-status-message-dep-array branch March 29, 2024 08:35
Copy link

🎉 This PR is included in version 9.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants