You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script lang="ts">
import { barChart } from'@toast-ui/vue-chart'// < TS52724: '"@toast-ui/vue-chart"' has no exported member named 'barChart'. Did you mean 'BarChart'?// ...
</script>
Screenshots
Version
tui.chart : 4.4.3
@toast-ui/vue-chart : 4.4.3
Additional context
실제 코드에서는 camel case 방식으로 export를 하지만 타입은 pascal case로 정의 되어있어 오류가 발생하는 거 같습니다.
Describe the bug
타입스크립트에서 컴포넌트를 import 할 경우 오류 발생
To Reproduce
Screenshots
Version
tui.chart : 4.4.3
@toast-ui/vue-chart : 4.4.3
Additional context
실제 코드에서는 camel case 방식으로 export를 하지만 타입은 pascal case로 정의 되어있어 오류가 발생하는 거 같습니다.
tui.chart/apps/vue-chart/src/index.js
Lines 22 to 41 in 6b90e0c
tui.chart/apps/vue-chart/index.d.ts
Lines 74 to 80 in 6b90e0c
The text was updated successfully, but these errors were encountered: