Skip to content

fix: resolve memory leaks in InputManager and useLoadingState#1306

Merged
braedonsaunders merged 1 commit into
mainfrom
claude/fix-inputmanager-memory-leak-pbn33
Feb 3, 2026
Merged

fix: resolve memory leaks in InputManager and useLoadingState#1306
braedonsaunders merged 1 commit into
mainfrom
claude/fix-inputmanager-memory-leak-pbn33

Conversation

@braedonsaunders

Copy link
Copy Markdown
Owner
  • InputManager: Replace inline arrow functions for mouseenter/mouseleave with bound handlers that can be properly removed in dispose()
  • useLoadingState: Add cleanup effect to cancel animation frame on unmount

https://claude.ai/code/session_01QP7jqn3SKSG6pUMGNcb4dy

- InputManager: Replace inline arrow functions for mouseenter/mouseleave
  with bound handlers that can be properly removed in dispose()
- useLoadingState: Add cleanup effect to cancel animation frame on unmount

https://claude.ai/code/session_01QP7jqn3SKSG6pUMGNcb4dy
@braedonsaunders braedonsaunders merged commit ab60fe0 into main Feb 3, 2026
4 checks passed
@braedonsaunders braedonsaunders deleted the claude/fix-inputmanager-memory-leak-pbn33 branch February 3, 2026 16:25
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