Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrating from v0.1.8 & OptionalObservable #32

Open
philosopherdog opened this issue Jun 4, 2020 · 0 comments
Open

Migrating from v0.1.8 & OptionalObservable #32

philosopherdog opened this issue Jun 4, 2020 · 0 comments

Comments

@philosopherdog
Copy link

philosopherdog commented Jun 4, 2020

I inherited a code base using Bindy 0.1.8 and wanted to update to the latest version. I'm getting an error that OptionalObservable doesn't exist. Is the best way of handling this to declare a regular Observable make the generic type an optional? For example:

eg. OptionalObservable < Date > ( nil ) ==> Observable< Date? >(nil)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant