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

[#1061] TreeGrid Child Nodes 무한 루프 이슈 #1062

Merged
merged 1 commit into from
Feb 8, 2022
Merged

Conversation

kimyell
Copy link
Collaborator

@kimyell kimyell commented Feb 7, 2022

#############

  • 동일한 데이터를 ChildNodes를 중복 해서 사용할 경우 setTreeNodeStore() 호출 후 참조 값이 같아서 watch 를 무한으로 타는 현상이 발생
  • Node 의 children 객체를 딥클론하여 사용하도록 수정

#############
- Node 의 children 객체를 딥클론하여 사용하도록 수정
@kdeun1 kdeun1 merged commit 0b19621 into 3.0 Feb 8, 2022
@kdeun1 kdeun1 deleted the 1061_tree_grid branch February 8, 2022 06:40
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.

3 participants