Skip to content

[WIKI-874] refactor: description input component #3559

[WIKI-874] refactor: description input component

[WIKI-874] refactor: description input component #3559

Triggered via pull request January 15, 2026 10:36
Status Success
Total duration 3m 47s
Artifacts
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
check:lint: apps/web/app/(all)/[workspaceSlug]/(projects)/analytics/[tabId]/page.tsx#L47
Unsafe member access .toString on an `error` typed value
check:lint: apps/web/app/(all)/[workspaceSlug]/(projects)/analytics/[tabId]/page.tsx#L47
Unsafe call of a(n) `error` type typed value
check:lint: apps/web/app/(all)/[workspaceSlug]/(projects)/analytics/[tabId]/page.tsx#L47
Unsafe argument of type error typed assigned to a parameter of type `string`
check:lint: apps/web/app/(all)/[workspaceSlug]/(projects)/analytics/[tabId]/page.tsx#L46
Unsafe member access .workspaceSlug on an `error` typed value
check:lint: apps/web/app/(all)/[workspaceSlug]/(projects)/analytics/[tabId]/page.tsx#L46
Unsafe assignment of an error typed value
check:lint: apps/web/app/(all)/[workspaceSlug]/(projects)/analytics/[tabId]/page.tsx#L22
Unsafe assignment of an error typed value
check:lint: apps/web/app/(all)/[workspaceSlug]/(projects)/analytics/[tabId]/page.tsx#L21
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
check:lint: apps/web/app/(all)/[workspaceSlug]/(projects)/active-cycles/page.tsx#L22
Fast refresh can't handle anonymous components. Add a name to your export
check:lint: apps/web/app/(all)/[workspaceSlug]/(projects)/active-cycles/page.tsx#L9
Fast refresh only works when a file only exports components. Move your component(s) to a separate file
check:lint: apps/web/app/(all)/[workspaceSlug]/(projects)/_sidebar.tsx#L1
'FC' is defined but never used. Allowed unused vars must match /^_/u