Skip to content

fix: Memoize actions #102

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

Merged
merged 2 commits into from
Mar 25, 2025
Merged

fix: Memoize actions #102

merged 2 commits into from
Mar 25, 2025

Conversation

dyst5422
Copy link
Contributor

Issue #101:

Description of changes:
Memoized actions returned so that they can be used in useEffect calls without triggering the effect unnecessarily.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@dyst5422 dyst5422 requested a review from a team as a code owner March 11, 2025 01:38
@dyst5422 dyst5422 requested review from cansuaa and removed request for a team March 11, 2025 01:38
@dyst5422 dyst5422 changed the title Memoize actions fix: Memoize actions Mar 11, 2025
Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.22%. Comparing base (60a26d1) to head (50d390a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   99.22%   99.22%           
=======================================
  Files          14       14           
  Lines         515      516    +1     
  Branches      179      179           
=======================================
+ Hits          511      512    +1     
  Misses          4        4           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cansuaa cansuaa added this pull request to the merge queue Mar 25, 2025
Merged via the queue into cloudscape-design:main with commit 6d79b19 Mar 25, 2025
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants