[vue3] fullcalendar 사용시 'FullCalendar' cannot be used as a JSX component.

Edward Hyun·2022년 7월 1일
0

debug

목록 보기
23/24

'FullCalendar' cannot be used as a JSX component.

빌드는 되지만 계속 빨간줄이 남는다.스토리북이 jsx를 사용하는데 이것과 충돌되는 가 보다
아직 해결 못했음.

https://github.com/fullcalendar/fullcalendar/issues/6719
https://github.com/fullcalendar/fullcalendar-vue/issues/173
https://github.com/johnsoncodehk/volar/discussions/592
https://github.com/johnsoncodehk/volar/discussions/592#discussioncomment-2163786

내 경우에는 storybook 과 충돌이었나 보다
https://github.com/johnsoncodehk/volar/discussions/592
여기서
두번째 방법으로 해결되었다.

// tsconfig.json
{
  // ...
  "exclude": ["**/*.stories.ts"]
}
profile
앱&웹개발(flutter, vuejs, typescript, react), 인공지능(nlp, asr, rl), 백엔드(nodejs, flask, golang, grpc, webrtc, aws, msa, nft, spring cloud, nest.js), 함수형 프로그래밍(scala, erlang)을 공부하며 정리합니다.

0개의 댓글