Skip to content
New issue

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

Mobx-Utils IObservableStream interface is not compatible with RxJs 7.8.1 Obserable interface #324

Open
C3ntraX opened this issue Nov 18, 2023 · 0 comments

Comments

@C3ntraX
Copy link

C3ntraX commented Nov 18, 2023

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:

image

image

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant