andywer / andywer/typed-emitter

[RxJS] `FromEvent` type missmatch since 7.5.6

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
285
Forks
29
PR merge metrics
No merged PRs in 30d

Description

If using RxJS >=7.5.6, we could not parse rxjs's `fromEvent` to a `typed-emitter/rxjs` `fromEvent` :

```
import { fromEvent as rxFromEvent } from 'rxjs'
const fromEvent = rxFromEvent as FromEvent
```

..my VSCode says at line 2 that both types are not compatible.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.