-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Calcom UI deployments #10047
fix: Calcom UI deployments #10047
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Ignored Deployments
|
Thank you for following the naming conventions! 🙏 |
@@ -3,6 +3,7 @@ import { Examples, Example, Note, Title,CustomArgsTable } from '@calcom/storyboo | |||
import TokenHandler from './TokenHandler' | |||
|
|||
<Meta title="UI/TokenHandler" component={TokenHandler} /> | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
God damn mdx
📦 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! 🙌 |
What does this PR do?
It was a syntax error all along.
Before fix:
After fix:
Type of change
How should this be tested?
On the
apps/storybook
directory, runyarn build
Mandatory Tasks