Add pagination to account history #877
Annotations
3 errors and 4 warnings
test:
src/app/components/AccountHistory.tsx#L39
'i' is defined but never used
|
test:
src/app/components/AccountHistory.tsx#L39
'W' is defined but never used
|
test
Process completed with exit code 1.
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
test:
src/app/components/AccountHistory.tsx#L260
React Hook useMemo has a missing dependency: 'filteredRowsForOrderHistory'. Either include it or remove the dependency array
|
test:
src/app/hooks.ts#L53
React Hook useMemo has missing dependencies: 'endIndex' and 'startIndex'. Either include them or remove the dependency array
|