You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The StringObservable is in the same package as the regular Observable (rx.observables), so it isn't possible to import the package effectively.
Would it make sense to put it in its own package? I understand that changing the package is a big deal, as it breaks any consumer, but it is prettier in terms of modularisation.
The text was updated successfully, but these errors were encountered:
The StringObservable is in the same package as the regular Observable (rx.observables), so it isn't possible to import the package effectively.
Would it make sense to put it in its own package? I understand that changing the package is a big deal, as it breaks any consumer, but it is prettier in terms of modularisation.
The text was updated successfully, but these errors were encountered: