Skip to content

dhyun2(2주차): 릴리즈노트 분석 훈련(vue) - reactivity 무한 재귀 버그 수정 건 #9

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 26, 2025

Conversation

dhyun2
Copy link
Member

@dhyun2 dhyun2 commented Mar 24, 2025

#8

개요

reactivity: avoid infinite recursion when mutating ref wrapped in reactive
commit 313e4bf)
Closes #11696

기존에는 정상적으로 작동하던 refreactive 조합이 Vue 3.5에서 무한 재귀 호출로 인해 Maximum call stack size exceeded 에러를 유발하게 되었다.

@dhyun2 dhyun2 added the 2주차 label Mar 24, 2025
@dhyun2 dhyun2 self-assigned this Mar 24, 2025
@dhyun2 dhyun2 closed this Mar 25, 2025
@dhyun2 dhyun2 reopened this Mar 25, 2025
@dhyun2 dhyun2 merged commit 9f7d3d3 into main Mar 26, 2025
@dhyun2 dhyun2 deleted the dhyun2 branch April 2, 2025 01:19
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.

access a ref nested in reactive cause "Maximum call stack size exceeded"
1 participant