I'm struggling to grasp why eslint appears not to value inferred types in RxJS 7 functions (whereas there was no problem with version 6). To illustrate this, consider the following example:
https://i.sstatic.net/h905l.png
Even though the type is correctly inferred, eslint continues to label everything as any
. What could I be overlooking here?