question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

rxjs map operator does not infer type

See original GitHub issue

map_does_not_infer_type

Test code: https://github.com/darkbasic/angularcli-graphql /src/app/apollo/apollo.component.ts

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
darkbasiccommented, Nov 9, 2017

Yes I think so. Thanks.

0reactions
dotansimhacommented, Nov 9, 2017

@darkbasic same for me, with 2.5/2.6. I guess that it’s a WebStorm issue. Do you think we can close the issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to infer params type for rxjs map operator in TS?
I create a custom function as below, as a helper function for rxjs map operator function customMap(mapping: (item: TryToInfer) => any): ...
Read more >
[TypeScript] RxJS lettable operator - type inference support
It's not just an issue with rxjs, but also with @ngrx/store selectors and many lodash methods too. Usually if I want to find...
Read more >
Pipe operator cannot infer return type as ...
Actual behavior: The inferred type of connectableObs is Observable<number> . ... My current workaround is to manually downcast the return value:.
Read more >
Filtering Types with Correct Type Inference in RxJs
A common use of the RxJs filter operator is to only allow or prevent certain types from being passed to the next pipe...
Read more >
Type flowing: Rethinking the TypeScript typing system
Thanks to the power of type inferences, types can flow in a few different ... The mapped type is the equivalent of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found