-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
3
-
False
-
False
-
Impediment
-
0
-
Not Supported
-
-
-
ODC Sprint 222, ODC Sprint 223, ODC Sprint 224
-
5
Description
The console has multiple occurrences of importing useSelector from `react-redux` but has eslint/ts disable for it.
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
// @ts-ignore: FIXME missing exports due to out-of-sync @types/react-redux version
import { useSelector } from 'react-redux';
we should look for fixing this and adding associated typings.