-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
chore: Dependency fixes (remove cross-dep to apps/web) #17784
base: main
Are you sure you want to change the base?
Conversation
Graphite Automations"Add foundation team as reviewer" took an action on this PR • (11/21/24)1 reviewer was added to this PR based on Keith Williams's automation. "Add ready-for-e2e label" took an action on this PR • (11/21/24)1 label was added to this PR based on Keith Williams's automation. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
@@ -35,7 +35,7 @@ import { | |||
TextField, | |||
} from "@calcom/ui"; | |||
|
|||
import AppListCard from "../../../apps/web/components/AppListCard"; |
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.
|
||
import type { AppListCardProps } from "../../../../apps/web/components/AppListCard"; |
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.
import { useLocale } from "@calcom/lib/hooks/useLocale"; | ||
import { QueryCell } from "@calcom/trpc/components/QueryCell"; | ||
import { trpc } from "@calcom/trpc/react"; | ||
import { Alert } from "@calcom/ui"; | ||
import { List } from "@calcom/ui"; | ||
import AppListCard from "@calcom/web/components/AppListCard"; |
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.
@@ -7,7 +7,6 @@ | |||
"exports": { | |||
".": "./index.ts", | |||
"./alert": "./components/alert/index.ts", | |||
"./app-list-card": "./components/app-list-card/index.ts", |
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.
Moved to calcom/features.
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.
Build error: @calcom/api:build: Type error: Cannot find module '@calcom/features/components/AppListCard' or its corresponding type declarations.
E2E results are ready! |
What does this PR do?