frontend: Add context for workflow layout to support dynamic content #6526
Annotations
10 errors and 2 warnings
Build
Type '{ workflow: Workflow; title: string; subtitle: string; variant: LayoutVariant; breadcrumbsOnly: any; hideHeader: boolean; usesContext: boolean; }' is not assignable to type 'LayoutProps'.
|
Build
Property 'breadcrumbsOnly' does not exist on type 'Omit<LayoutProps, "title" | "workflow" | "subtitle">'.
|
Build
Property 'breadcrumbsOnly' does not exist on type 'Omit<LayoutProps, "title" | "workflow" | "subtitle">'.
|
Build
Type '{ workflow: Workflow; title: string; subtitle: string; variant: LayoutVariant; breadcrumbsOnly: any; hideHeader: boolean; usesContext: boolean; }' is not assignable to type 'LayoutProps'.
|
Build
Property 'breadcrumbsOnly' does not exist on type 'Omit<LayoutProps, "title" | "workflow" | "subtitle">'.
|
Build
Property 'breadcrumbsOnly' does not exist on type 'Omit<LayoutProps, "title" | "workflow" | "subtitle">'.
|
Build
Type '{ workflow: Workflow; title: string; subtitle: string; variant: LayoutVariant; breadcrumbsOnly: any; hideHeader: boolean; usesContext: boolean; }' is not assignable to type 'LayoutProps'.
|
Build
Property 'breadcrumbsOnly' does not exist on type 'Omit<LayoutProps, "title" | "workflow" | "subtitle">'.
|
Build
Property 'breadcrumbsOnly' does not exist on type 'Omit<LayoutProps, "title" | "workflow" | "subtitle">'.
|
Build
Type '{ workflow: Workflow; title: string; subtitle: string; variant: LayoutVariant; breadcrumbsOnly: any; hideHeader: boolean; usesContext: boolean; }' is not assignable to type 'LayoutProps'.
|
Test [e2e]
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test [e2e]
Restore cache failed: Dependencies file is not found in /home/runner/work/clutch/clutch. Supported file pattern: go.sum
|