Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
|
Thank you for following the naming conventions! 🙏 |
…oint-again-possible-bug-with-state-changing-when-it-shouldnt-11352-cal-2466
| </h3> | ||
| <p className="text-default mt-2 hidden text-sm md:block">{t("insights_subtitle")}</p> | ||
| </div> | ||
| ); |
There was a problem hiding this comment.
Removed since a change in shell that has the same was introduced recently by a contributor.
| const [startDate, endDate] = dateRange; | ||
| const { selectedTeamId: teamId, selectedUserId } = filter; | ||
|
|
||
| const initialConfigIsReady = !!(initialConfig?.teamId || initialConfig?.userId || initialConfig?.isAll); |
There was a problem hiding this comment.
Don't load any trpc till we know if user belongs to an org/team
| filter.initialConfig?.userId || | ||
| filter.initialConfig?.isAll | ||
| ); | ||
| if (isInitialSetupAlready) return; |
There was a problem hiding this comment.
Only setup initialConfig once.
📦 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! 🙌 |
Current Playwright Test Results Summary✅ 121 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 09/18/2023 07:23:34pm UTC) Run DetailsRunning Workflow PR Update on Github Actions Commit: b5e0325 Started: 09/18/2023 07:21:06pm UTC
|
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Routing Forms Seeded Routing Form Test preview should return correct route
Retry 1 • Initial Attempt |
0% (0)0 / 295 runsfailed over last 7 days |
1.69% (5)5 / 295 runsflaked over last 7 days |
📄 packages/embeds/embed-core/playwright/tests/action-based.e2e.ts • 1 Flake
Test Case Results
| Test Case | Last 7 days Failures | Last 7 days Flakes |
|---|---|---|
|
Popup Tests should be able to reschedule
Retry 1 • Initial Attempt |
2.05% (6)6 / 292 runsfailed over last 7 days |
96.58% (282)282 / 292 runsflaked over last 7 days |
…oint-again-possible-bug-with-state-changing-when-it-shouldnt-11352-cal-2466

What does this PR do?
Fixes #11352
Requirement/Documentation
Type of change