Skip to content

Add new components since nhsuk-frontend v5 #554

Add new components since nhsuk-frontend v5

Add new components since nhsuk-frontend v5 #554

Triggered via pull request March 21, 2024 16:32
Status Success
Total duration 1m 44s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/components/content-presentation/details/Details.tsx#L8
Caution: `React` also has a named export `FC`. Check if you meant to write `import {FC} from 'react'` instead
build: src/components/content-presentation/do-and-dont-list/DoAndDontList.tsx#L15
Caution: `React` also has a named export `FC`. Check if you meant to write `import {FC} from 'react'` instead
build: src/components/content-presentation/summary-list/SummaryList.tsx#L24
Caution: `React` also has a named export `FC`. Check if you meant to write `import {FC} from 'react'` instead
build: src/components/content-presentation/table/Table.tsx#L23
Caution: `React` also has a named export `PureComponent`. Check if you meant to write `import {PureComponent} from 'react'` instead
build: src/components/content-presentation/table/TableHelpers.ts#L10
Caution: `React` also has a named export `Children`. Check if you meant to write `import {Children} from 'react'` instead
build: src/components/content-presentation/table/components/TableRow.tsx#L19
Caution: `React` also has a named export `Children`. Check if you meant to write `import {Children} from 'react'` instead
build: src/components/content-presentation/table/components/TableRow.tsx#L21
Caution: `React` also has a named export `cloneElement`. Check if you meant to write `import {cloneElement} from 'react'` instead
build: src/components/content-presentation/tabs/Tabs.tsx#L49
Caution: `React` also has a named export `FC`. Check if you meant to write `import {FC} from 'react'` instead
build: src/components/content-presentation/warning-callout/WarningCallout.tsx#L25
Caution: `React` also has a named export `FC`. Check if you meant to write `import {FC} from 'react'` instead
build: src/components/form-elements/error-summary/ErrorSummary.tsx#L22
Caution: `React` also has a named export `ForwardRefExoticComponent`. Check if you meant to write `import {ForwardRefExoticComponent} from 'react'` instead