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

[#1256] chart > 객체 참조 에러 로그 발생 #1257

Merged
merged 2 commits into from
Aug 12, 2022

Conversation

jhee564
Copy link
Collaborator

@jhee564 jhee564 commented Aug 10, 2022

이슈개요

  • 차트를 사용하는 쪽에서 onMounted hook 전에 props data를 변경할 경우, chart.vue 파일의 watch문이 EvChart의 init 함수보다 먼저 호출되면서 참조 에러 로그 발생

작업내용

  • 차트 생성여부를 확인 할 수 있는 조건문 추가

#####################################
- 차트 생성여부를 확인 할 수 있는 조건문 추가
#####################################
- watch에 flush: 'post' 옵션 추가
@kdeun1 kdeun1 merged commit 771ac01 into 3.0 Aug 12, 2022
@kdeun1 kdeun1 deleted the 1256_chart_add_chart_init_condition branch August 12, 2022 05:05
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