shopstr icon indicating copy to clipboard operation
shopstr copied to clipboard

improvement in shop-setting

Open abhijit9040 opened this issue 7 months ago • 1 comments

image image image

abhijit9040 avatar May 05 '25 13:05 abhijit9040

🚨 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.

github-actions[bot] avatar May 05 '25 13:05 github-actions[bot]

Stale and not up to date.

calvadev avatar Nov 12 '25 21:11 calvadev