Skip to content

feat(store)!: Zustand was replaced with Redux #201

feat(store)!: Zustand was replaced with Redux

feat(store)!: Zustand was replaced with Redux #201

Triggered via pull request November 4, 2025 10:52
Status Success
Total duration 2m 56s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Run linter: src/hooks/use-swipe.ts#L185
React Hook useEffect has a missing dependency: 'targetRef'. Either include it or remove the dependency array
Run linter: src/hooks/use-did-update-effect.ts#L18
React Hook useEffect has a missing dependency: 'onUpdate'. Either include it or remove the dependency array. If 'onUpdate' changes too often, find the parent component that defines it and wrap that definition in useCallback
Run linter: src/hooks/use-did-update-effect.ts#L18
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Run linter: src/components/UI/Toaster.tsx#L14
Classname 'toaster' is not a Tailwind CSS class!
Run linter: src/components/NavBar/CategoryMenu/Dropdown/Features.tsx#L98
React Hook useEffect has a missing dependency: 'makeApiCall'. Either include it or remove the dependency array
Run linter: src/components/Cart/index.tsx#L91
React Hook useEffect has missing dependencies: 'items' and 'setItems'. Either include them or remove the dependency array
Run linter: src/app/(auth)/sign-up/confirm/[token]/page_client.tsx#L46
React Hook useEffect has a missing dependency: 'onConfirmAccount'. Either include it or remove the dependency array
Run linter: src/app/(auth)/logout/page_client.tsx#L44
React Hook useEffect has a missing dependency: 'triggerLogout'. Either include it or remove the dependency array