console
console copied to clipboard
[WIP]Upgrade @types/react-redux to v7.1.24
Fixes: https://issues.redhat.com/browse/ODC-6493
Due to out-of-sync @types/react-redux version few imports such as useSelector from react-redux was showing errors. So ts-ignore was used and also because of that @typescript-eslint/ban-ts-ignore rule was disabled for these lines. This PR:
- Upgrades @types/react-redux to v7.1.24
- Removes
ts-ignoreand enables@typescript-eslint/ban-ts-ignore - Refactors code according to the upgraded version
/cc @jerolimov /cc @invincibleJai
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: divyanshiGupta
Once this PR has been reviewed and has the lgtm label, please assign spadgett for approval by writing /assign @spadgett in a comment. For more information see:The Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/retest
/retest
/test kubevirt-plugin
/retest
@divyanshiGupta: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/analyze | 3a989ffe4a29ac1123aeb8fdf234831bbc576211 | link | true | /test analyze |
| ci/prow/backend | 3a989ffe4a29ac1123aeb8fdf234831bbc576211 | link | true | /test backend |
| ci/prow/frontend | 3a989ffe4a29ac1123aeb8fdf234831bbc576211 | link | true | /test frontend |
| ci/prow/kubevirt-plugin | 3a989ffe4a29ac1123aeb8fdf234831bbc576211 | link | true | /test kubevirt-plugin |
| ci/prow/images | 3a989ffe4a29ac1123aeb8fdf234831bbc576211 | link | true | /test images |
| ci/prow/e2e-gcp-console | 3a989ffe4a29ac1123aeb8fdf234831bbc576211 | link | true | /test e2e-gcp-console |
| ci/prow/ceph-storage-plugin | 3a989ffe4a29ac1123aeb8fdf234831bbc576211 | link | true | /test ceph-storage-plugin |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.
@divyanshiGupta: PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.