Update issue templates! #10
Annotations
11 errors and 5 warnings
|
src/CustomProvider.jsx#L6
'api_server' is defined but never used
|
src/CustomProvider.jsx#L7
'initProductsList' is defined but never used
|
src/components/BannerDefault.jsx#L4
'data' is missing in props validation
|
src/components/BannerDefault.jsx#L30
'data.isClosing' is missing in props validation
|
src/components/BannerDefault.jsx#L41
'data.bgImageUrl' is missing in props validation
|
src/components/BannerDefault.jsx#L61
'data.title' is missing in props validation
|
src/components/BannerDefault.jsx#L64
'data.text' is missing in props validation
|
src/components/BannerDefault.jsx#L76
'data.btnText' is missing in props validation
|
src/components/BannerDefault.jsx#L79
'data.isClosing' is missing in props validation
|
src/components/ButtonDefault.jsx#L1
'onClick' is missing in props validation
|
src/CustomProvider.jsx#L39
React Hook useEffect has a missing dependency: 'tgWebAppStartParam'. Either include it or remove the dependency array
|
src/hooks/useSlider.js#L28
React Hook useEffect has missing dependencies: 'getFakeData', 'images', and 'totalImages'. Either include them or remove the dependency array. If 'setImages' needs the current value of 'totalImages', you can also switch to useReducer instead of useState and read 'totalImages' in the reducer
|
src/pages/ChangeRecipient/ChangeRecipient.jsx#L33
React Hook useEffect has missing dependencies: 'myRecipient' and 'navigate'. Either include them or remove the dependency array
|
src/pages/Homepage/hooks/useInfiniteScroll.js#L27
React Hook useEffect has missing dependencies: 'fetchProducts' and 'products?.length'. Either include them or remove the dependency array
|
src/pages/Productpage/Productpage.jsx#L32
React Hook useEffect has a missing dependency: 'fetch'. Either include it or remove the dependency array
|
This job failed
Loading