Closed reejosamuel closed 7 years ago
Running the project threw a lot of deprecations, decided to save all of us some time. Update bindTo(inst) to bind(to: inst) Update addDisposableTo(inst) to disposed(by: inst)
bindTo(inst)
bind(to: inst)
addDisposableTo(inst)
disposed(by: inst)
Running the project threw a lot of deprecations, decided to save all of us some time. Update
bindTo(inst)
tobind(to: inst)
UpdateaddDisposableTo(inst)
todisposed(by: inst)