Skip to content

Merge pull request #299 from rupato-deriv/rupato-updated-sass-embedded #250

Merge pull request #299 from rupato-deriv/rupato-updated-sass-embedded

Merge pull request #299 from rupato-deriv/rupato-updated-sass-embedded #250

Triggered via push March 3, 2025 09:21
Status Success
Total duration 4m 48s
Artifacts
build_to_cloudflare_pages
4m 36s
build_to_cloudflare_pages
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build_to_cloudflare_pages: src/app/app-content.jsx#L177
React Hook useEffect has a missing dependency: 'client'. Either include it or remove the dependency array
build_to_cloudflare_pages: src/components/data-list/data-list-row.tsx#L69
React Hook React.useEffect has a missing dependency: 'isMounted'. Either include it or remove the dependency array
build_to_cloudflare_pages: src/components/error-component/error-component.tsx#L13
Unexpected any. Specify a different type
build_to_cloudflare_pages: src/components/journal/journal.types.ts#L89
Unexpected any. Specify a different type
build_to_cloudflare_pages: src/components/layout/header/common/types.tsx#L20
Unexpected any. Specify a different type
build_to_cloudflare_pages: src/components/layout/index.tsx#L40
Unexpected any. Specify a different type
build_to_cloudflare_pages: src/components/layout/index.tsx#L70
Assignments to the 'subscription' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect