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
In the case where ObservableCollection#insert fails synchronously (e.g. when attempting to insert into a collection that has a simpl-schema), the following code should catch the error:
In the case where
ObservableCollection#insert
fails synchronously (e.g. when attempting to insert into a collection that has a simpl-schema), the following code should catch the error:Unfortunately it doesn't, because the error will have run its course even before
.insert()
returns and the.pipe()
has a chance to be fitted.The text was updated successfully, but these errors were encountered: