Add pagination to account history #877
Annotations
3 errors and 4 warnings
src/app/components/AccountHistory.tsx#L39
'i' is defined but never used
|
src/app/components/AccountHistory.tsx#L39
'W' is defined but never used
|
|
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/
|
|
src/app/components/AccountHistory.tsx#L260
React Hook useMemo has a missing dependency: 'filteredRowsForOrderHistory'. Either include it or remove the dependency array
|
src/app/hooks.ts#L53
React Hook useMemo has missing dependencies: 'endIndex' and 'startIndex'. Either include them or remove the dependency array
|
This job failed
Loading