Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Ignored Deployments
|
|
Current dependencies on/for this PR: This stack of pull requests is managed by Graphite. |
|
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link. |
| elementOrSelector: string | HTMLElement; | ||
| config?: PrefillAndIframeAttrsConfig; | ||
| }) { | ||
| if (this.cal.inlineEl) { |
There was a problem hiding this comment.
Every namespace has his own cal instance, so we just check if the instance has inlineEl already defined.
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
|
This is breaking my usage of the embed. After opening the embed with a modal, closing the modal, and re-opening the modal, I'm getting the "fix" or error When I look at the DOM, I don't see the embed in my re-opened modal body. |
|
I was able to work around this, but I think there is a bug. The This prevents the component from creating the iframe in the future when it should be able to. |
How'd you work around this? Can't figure this out |
|
with my setup, I can access global |

What does this PR do?
Fixes #12983
Type of change
How should this be tested?
Mandatory Tasks
Checklist