nhn / toast-ui.react-calendar

TOAST UI Calendar wrapper for React.js
MIT License
168 stars 43 forks source link

ref doesn't exist #51

Open delicioushwan opened 3 years ago

delicioushwan commented 3 years ago

Version

"@toast-ui/react-calendar": "^1.0.5",

Test Environment

chrome mac catalina

Current Behavior

nextjs 10 에서 "@toast-ui/react-calendar": "^1.0.5", 를 이용하는데 window is not defined라는 에러가 발생해서

와같이 시도를 하면 달력은 생성되나 ref로 method을 받아올수가 없습니다. console로 확인해보면 아래와같은 값만 확인됩니다. 스크린샷 2021-04-14 오후 2 44 39

approached commented 3 years ago

This solution work great https://github.com/nhn/toast-ui.react-calendar/issues/39#issuecomment-661718423