-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
False
-
False
-
Description
The openshift/console @types/react-redux dev dependency is at 6.0.2 and react-redux dependency is at 7.2.2 which is causing TS errors when importing react-redux hooks. We have worked around this issue thus far by adding 'eslint-ignore' and 'ts-ignore' comments when importing react-redux hooks. This story is to update the @types/react-redux version to match react-redux.
Acceptance Criteria
- Update @types/react-redux to the latest version (7.1.20 at the time of this writing)
- Fix any regressions that arise from this update
- Remove eslint/ts ignore comments from all react-redux hook imports