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
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:
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)
The text was updated successfully, but these errors were encountered: