<!-- Thanks for filing an issue on MobX! Please make sure that you include the following information to ensure that your issue is actionable. If you don't follow the template, your issue may end up being closed without anyone looking at it carefully, because it is not actionable for us without the information in this template. --> **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).` <!-- What you were trying to accomplish when the bug occurred, and as much code as possible related to the source of the problem. --> **Actual outcome:**    <!-- A description of what happened, including a screenshot or copy-paste of any related error messages, logs, or other output that might be related. Places to look for information include your browser console, server console, and network logs. Please avoid non-specific phrases like “didn’t work” or “broke”. --> **How to reproduce the issue:** See codesandbox: https://codesandbox.io/s/dreamy-star-42vpxy?file=/src/index.ts <!-- Please create a reproduction and link to it here. You can use the following starters: - React: https://codesandbox.io/s/minimal-mobx-react-project-ppgml - React Native: https://snack.expo.dev/vEF39Ohnb If the issue is more complicated or not reproducible with React, feel free to create your CodeSandbox or your own GitHub repo with the code. Instructions for how the issue can be reproduced by a maintainer or contributor. Be as specific as possible, and only mention what is necessary to reproduce the bug. If possible, try to isolate the exact circumstances in which the bug occurs and avoid speculation over what the cause might be. Help us so we can help you quickly. --> **Versions** MobX: `6.11.0` MobX-Utils: `6.0.8` RxJs: `7.8.1` <!-- If you are unable to use CodeSandbox for whatever reasons, please list here all relevant dependencies If you encounter the issue after upgrading from MobX 4/5 to MobX 6, make sure you've applied the migration guide: https://mobx.js.org/migrating-from-4-or-5.html -->