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
The pluck() operator will pick out a property from an object, but it throws an error at run-time if the value is not an object (such as undefined). Create an operator that will pluck if the value is object or emit a default value if it is not.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.71. Please mark this comment with 👍 or 👎 to give our bot feedback!
Summary
The
pluck()
operator will pick out a property from an object, but it throws an error at run-time if the value is not an object (such as undefined). Create an operator that will pluck if the value is object or emit a default value if it is not.The text was updated successfully, but these errors were encountered: