RxSwiftCommunity / Action

Abstracts actions to be performed in RxSwift.
MIT License
875 stars 150 forks source link

Use of undeclared type 'InputSubject' #205

Closed dfmarulanda closed 5 years ago

dfmarulanda commented 5 years ago

I have some vars declared as InputSubject in my code; after updating to 4.0 it doesn't find the class.

dfmarulanda commented 5 years ago

It seems it was changed to AnyObserver, but there is no documentation about it.