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
Looking at the Stream component, it should provide callbacks for both the err and complete functions. Usage would be something similar to the following:
I deprecated
switchProps
in favor of coming up with a custom operator approach, but I don't know what it is yet :)I've also been toying with
catchMap
(to render a component when an error is thrown) and other ideas.Any other ideas?
The text was updated successfully, but these errors were encountered: