intuit/CardParts

Move to BehaviorRelay and get rid of deprecated Variable

croossin opened this issue · 1 comments

RxSwift has moved away from Variable and gone to BehaviorRelay:

[DEPRECATED] `Variable` is planned for future deprecation. Please consider `BehaviorRelay` as a replacement. Read more at: https://git.io/vNqvx

Fixed in PR #135 - will go out in 2.9.0 release soon.