update #19
Annotations
10 errors and 1 warning
Build:
src/utils/auth.ts#L2
'json' is declared but its value is never read.
|
Build:
src/utils/utils.ts#L4
'array' is declared but its value is never read.
|
Build:
src/constants/path.ts#L1
'ProductDetail' is declared but its value is never read.
|
Build:
src/pages/ProductList/components/RatingStarts/RatingStarts.tsx#L3
Module '"../../ProductList"' has no exported member 'QueryConfig'. Did you mean to use 'import QueryConfig from "../../ProductList"' instead?
|
Build:
src/pages/ProductList/components/AsideFilter/AsideFilter.tsx#L4
Module '"../../ProductList"' has no exported member 'QueryConfig'. Did you mean to use 'import QueryConfig from "../../ProductList"' instead?
|
Build:
src/components/Pagination/Pagination.tsx#L4
Module '"src/pages/ProductList/ProductList"' has no exported member 'QueryConfig'. Did you mean to use 'import QueryConfig from "src/pages/ProductList/ProductList"' instead?
|
Build:
src/pages/Login/Login.tsx#L3
Cannot find module 'src/components/Input' or its corresponding type declarations.
|
Build:
src/pages/Register/Register.tsx#L3
Cannot find module 'src/components/Input' or its corresponding type declarations.
|
Build:
src/pages/Register/Register.tsx#L33
'data' is declared but its value is never read.
|
Build:
src/components/input/Input.tsx#L19
'rest' is declared but its value is never read.
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|