[WC-2757] show numbers of rows pagination for virtual scrolling and load more #5203
Annotations
3 errors and 10 warnings
Run unit tests
@mendix/gallery-web#test: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/gallery-web) pnpm run test exited (1)
|
Run unit tests
@mendix/datagrid-web#test: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/datagrid-web) pnpm run test exited (1)
|
Run unit tests
Process completed with exit code 1.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint code:
packages/pluggableWidgets/combobox-web/src/__mocks__/WebIcon.js#L1
Require statement not part of import statement
|
Lint code:
packages/pluggableWidgets/combobox-web/src/__tests__/__mocks__/intersectionObserverMock.ts#L7
Missing return type on function
|
Lint code:
packages/pluggableWidgets/combobox-web/src/__tests__/__mocks__/intersectionObserverMock.ts#L11
Missing return type on function
|
Lint code:
packages/pluggableWidgets/combobox-web/src/__tests__/__mocks__/intersectionObserverMock.ts#L15
Missing return type on function
|
Lint code:
packages/pluggableWidgets/combobox-web/src/__tests__/__mocks__/intersectionObserverMock.ts#L19
Missing return type on function
|
Lint code:
packages/pluggableWidgets/combobox-web/src/components/SingleSelection/SingleSelection.tsx#L47
React Hook useMemo has a missing dependency: 'selector.caption'. Either include it or remove the dependency array
|
Lint code:
packages/pluggableWidgets/datagrid-web/src/utils/useShowPagination.ts#L19
React Hook useEffect has missing dependencies: 'requestTotalCount' and 'showPagingButtonsOrRows'. Either include them or remove the dependency array
|
Lint code:
packages/pluggableWidgets/datagrid-web/src/utils/useShowPagination.ts#L27
React Hook useMemo has an unnecessary dependency: 'pagination'. Either exclude it or remove the dependency array
|
Loading