Skip to content

Add codux favicon

Add codux favicon #21

Triggered via push January 28, 2025 15:01
Status Failure
Total duration 47s
Artifacts

node.js.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
pretest: _codux/ui-kit/typography/typography.board.tsx#L112
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
pretest: _codux/ui-kit/typography/typography.board.tsx#L122
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
pretest: app/routes/members-area.my-orders/route.tsx#L40
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render
pretest: app/routes/members-area.my-orders/route.tsx#L42
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render
pretest: app/routes/members-area_.my-orders_.$orderId/route.tsx#L19
'@wix/ecom_orders' should be listed in the project's dependencies. Run 'npm i -S @wix/ecom_orders' to add it
pretest: app/routes/members-area_.my-orders_.$orderId/route.tsx#L20
'type-fest' should be listed in the project's dependencies. Run 'npm i -S type-fest' to add it
pretest: app/routes/members-area_.my-orders_.$orderId/route.tsx#L50
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
pretest: app/routes/members-area_.my-orders_.$orderId/route.tsx#L52
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
pretest: app/routes/product-details.$productSlug/route.tsx#L24
'type-fest' should be listed in the project's dependencies. Run 'npm i -S type-fest' to add it
pretest: app/routes/product-details.$productSlug/route.tsx#L43
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
pretest: app/routes/products.$categorySlug/route.tsx#L108
The 'skippedCategories' array makes the dependencies of useMemo Hook (at line 123) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'skippedCategories' in its own useMemo() Hook
pretest: app/routes/products.$categorySlug/route.tsx#L109
The 'preferredOrder' array makes the dependencies of useMemo Hook (at line 123) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'preferredOrder' in its own useMemo() Hook