Popup customization error #1296
Replies: 4 comments
-
It looks like you're customizing v1. I'm not sure about the root cause, however, I can say some packages are handled as external dependencies while bundling. I tried to use the bundled file with the Vite project, and it didn't work well because Vite works on ES modules as default. Even if I had applied the dependency pre-bundling, it still doesn't recognize the bundle file. But it worked with the Webpack-based dev environment(e.g. create-react-app). |
Beta Was this translation helpful? Give feedback.
-
hi @adhrinae please how do i edit add assignees field to the popup form in v2 i actually did not realise that i was working with the old version I just went with directions i found also I am working with nextjs |
Beta Was this translation helpful? Give feedback.
-
You can add your own input components inside this file. It's built on Preact, so it doesn't have much difference from React (since you're working with Next.js). Then there's a |
Beta Was this translation helpful? Give feedback.
-
thanks i will try that out |
Beta Was this translation helpful? Give feedback.
-
Version
Test Environment
windows 10,
chrome
Current Behavior
i followed this issue #884 and bundled the results successfully.
then i place the content of the dist folder in a folder in my root directory called external
the external/wrapperCalendar is a copy of @toastui/react-calendar
i then called it in my
CalendarPage.tsx
called it in my schedule page and got this error
after which I installed
tui-code-snippet
but still got the same errorat this point I don't know what I could be doing wrong
Expected Behavior
calendar renders properly without bugs and I can see the attendee form field
Beta Was this translation helpful? Give feedback.
All reactions