Skip to content

chore: release v6.1.9#187

Merged
childrentime merged 1 commit intomainfrom
fix/useRaf
Jan 13, 2026
Merged

chore: release v6.1.9#187
childrentime merged 1 commit intomainfrom
fix/useRaf

Conversation

@childrentime
Copy link
Owner

@childrentime childrentime commented Jan 13, 2026

Note

Fix useRafState batching behavior

  • Queue and accumulate pending updates within requestAnimationFrame, applying them via functional setState so multiple consecutive updates in one frame are all processed (was only last applied)
  • Add tests covering multiple functional updates and mixed value/functional updates in useRafState
  • Bump @reactuses/core to 6.1.9 and update changelogs in packages/core/changelog.md and packages/website-docusaurus/docs/changelog.md

Written by Cursor Bugbot for commit 6184ba7. This will update automatically on new commits. Configure here.

@childrentime childrentime merged commit 49a2fc4 into main Jan 13, 2026
5 checks passed
@childrentime childrentime deleted the fix/useRaf branch January 13, 2026 15:59
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.

1 participant