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
// Write example codeimportCalanderfrom"@toast-ui/react-calendar"
Expected Behavior
when i try to import React-calandar, my vscode returns this error
Could not find a declaration file for module '@toast-ui/react-calendar'. '/Users/shk/Desktop/NPK/codes/nextjs/nextjs-crm/node_modules/@toast-ui/react-calendar/dist/toastui-react-calendar.mjs' implicitly has an 'any' type.
There are types at '/Users/shk/Desktop/NPK/codes/nextjs/nextjs-crm/node_modules/@toast-ui/react-calendar/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@toast-ui/react-calendar' library may need to update its package.json or typings.ts(7016)
The text was updated successfully, but these errors were encountered:
Version
2.1.3
i used yarn add @toast-ui/react-calendar
Test Environment
nextjs and typescript
Current Behavior
Expected Behavior
when i try to import React-calandar, my vscode returns this error
Could not find a declaration file for module '@toast-ui/react-calendar'. '/Users/shk/Desktop/NPK/codes/nextjs/nextjs-crm/node_modules/@toast-ui/react-calendar/dist/toastui-react-calendar.mjs' implicitly has an 'any' type.
There are types at '/Users/shk/Desktop/NPK/codes/nextjs/nextjs-crm/node_modules/@toast-ui/react-calendar/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@toast-ui/react-calendar' library may need to update its package.json or typings.ts(7016)
The text was updated successfully, but these errors were encountered: