Build error in Astro with @calcom/embed-react #6894
Unanswered
davlet61
asked this question in
Self-Hosting
Replies: 1 comment
-
I see the category is labeled as 'Self-hosting', however I was not hosting it myself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Summary
Embedding calcom in React component within an Astro application throws an error during build:
It also warns on dev:
Steps to Reproduce
yarn create astro
yarn astro add react
yarn add @calcom/embed-react
I have also checked the package in publint.dev and seems like this can be fixed simply by changing the module/import extension to
.mjs
Technical details
Beta Was this translation helpful? Give feedback.
All reactions