shopstr
shopstr copied to clipboard
improvement in shop-setting
🚨 Linting & Formatting Report
ESLint found 33 issue(s). Run npx eslint --fix locally.
- [components/display-products.tsx:90:6] React Hook useEffect has missing dependencies: 'followsContext.followList' and 'followsContext.isLoading'. Either include them or remove the dependency array. (react-hooks/exhaustive-deps)
- [components/display-products.tsx:102:6] React Hook useEffect has a missing dependency: 'setCategories'. Either include it or remove the dependency array. If 'setCategories' changes too often, find the parent component that defines it and wrap that definition in useCallback. (react-hooks/exhaustive-deps)
- [components/display-products.tsx:129:6] React Hook useEffect has missing dependencies: 'onFilteredProductsChange', 'productSatisfiesAllFilters', and 'userPubkey'. Either include them or remove the dependency array. If 'onFilteredProductsChange' changes too often, find the parent component that defines it and wrap that definition in useCallback. (react-hooks/exhaustive-deps)
…and 30 more.
Prettier found formatting issues. Run npx prettier --write . locally.
🔍 Please fix these before merging.
Stale and not up to date.