feat(store)!: Zustand was replaced with Redux #201
ci.yml
on: pull_request
Run linter
42s
Run typecheck
1m 59s
Run unit tests
25s
Run e2e tests
2m 35s
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
|