We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intended outcome: The interfaces from mobx-utils and rxjs do not match, but regarding the documentation they should match.
Converts a subscribable, observable stream (TC 39 observable / RxJS stream) into an object which stores the current value (as current).
Actual outcome:
How to reproduce the issue:
See codesandbox: https://codesandbox.io/s/dreamy-star-42vpxy?file=/src/index.ts
Versions
MobX: 6.11.0 MobX-Utils: 6.0.8 RxJs: 7.8.1
6.11.0
6.0.8
7.8.1
The text was updated successfully, but these errors were encountered:
observerOrNext
Observable#subscribe
No branches or pull requests
Intended outcome:
The interfaces from mobx-utils and rxjs do not match, but regarding the documentation they should match.
Converts a subscribable, observable stream (TC 39 observable / RxJS stream) into an object which stores the current value (as current).
Actual outcome:
How to reproduce the issue:
See codesandbox:
https://codesandbox.io/s/dreamy-star-42vpxy?file=/src/index.ts
Versions
MobX:
6.11.0
MobX-Utils:
6.0.8
RxJs:
7.8.1
The text was updated successfully, but these errors were encountered: