Skip to content

Refactor hook arguments and return values to bundle feature-specific values in nested objects (BREAKING CHANGES) #48

Refactor hook arguments and return values to bundle feature-specific values in nested objects (BREAKING CHANGES)

Refactor hook arguments and return values to bundle feature-specific values in nested objects (BREAKING CHANGES) #48

Triggered via pull request November 29, 2023 02:02
Status Failure
Total duration 37s
Artifacts

check-pr.yml

on: pull_request
call-build-lint-test-workflow  /  build
24s
call-build-lint-test-workflow / build
call-build-lint-test-workflow  /  lint
0s
call-build-lint-test-workflow / lint
call-build-lint-test-workflow  /  test_jest
0s
call-build-lint-test-workflow / test_jest
call-build-lint-test-workflow  /  test_a11y
0s
call-build-lint-test-workflow / test_a11y
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
call-build-lint-test-workflow / build
Argument of type '{ currentPageItems: TItem[]; totalItemCount: number; variant?: TableVariant | "compact" | undefined; isLoading?: boolean | undefined; columnNames: Record<TColumnKey, string>; ... 12 more ...; activeItem?: (ActiveItemStateArgs & ... 1 more ... & ActiveItemState) | undefined; }' is not assignable to parameter of type 'UseTablePropHelpersArgs<TItem, TColumnKey, TSortableColumnKey, TFilterCategoryKey, TPersistenceKeyPrefix>'.
call-build-lint-test-workflow / build
Process completed with exit code 1.
call-build-lint-test-workflow / build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/