Skip to content

Merge pull request #1017 from WestpacGEL/fixes/controlled-switch #453

Merge pull request #1017 from WestpacGEL/fixes/controlled-switch

Merge pull request #1017 from WestpacGEL/fixes/controlled-switch #453

Triggered via push February 11, 2025 22:55
Status Success
Total duration 2m 56s
Artifacts

version.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Version: packages/ui/src/components/filter/components/filter-buttons/filter-buttons.component.tsx#L71
React Hook useCallback has a missing dependency: 'setScroll'. Either include it or remove the dependency array
Version: packages/ui/src/components/filter/components/filter-buttons/filter-buttons.component.tsx#L119
React Hook useCallback has a missing dependency: 'filterButtons.length'. Either include it or remove the dependency array
Version: packages/ui/src/components/filter/components/filter-buttons/filter-buttons.component.tsx#L144
React Hook useCallback has a missing dependency: 'filterButtons.length'. Either include it or remove the dependency array
Version: packages/ui/src/components/filter/components/filter-buttons/filter-buttons.component.tsx#L175
React Hook useEffect has a missing dependency: 'handleScroll'. Either include it or remove the dependency array
Version: packages/ui/src/components/flexi-cell/flexi-cell.stories.tsx#L139
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Version: packages/ui/src/components/flexi-cell/flexi-cell.stories.tsx#L178
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Version: packages/ui/src/components/flexi-cell/flexi-cell.stories.tsx#L224
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Version: packages/ui/src/components/flexi-cell/flexi-cell.stories.tsx#L264
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Version: packages/ui/src/components/header/header.styles.ts#L3
The arbitrary class 'max-sm:translate-x-[-50%]' could be replaced by 'max-sm:-translate-x-1/2' or 'max-sm:-translate-x-2/4'
Version: packages/ui/src/components/pass-code/pass-code.stories.tsx#L2
'StoryObj' is defined but never used