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
added this shortcut to catch error, log and display on UI notification pipe(catchError(err => this.catchError(err)))
but after first catching subscription is dead
do you have any idea how to fix it ?
4 months elapsed since I posted this issue, that actually blocks using this cool library on production
luckily angular got feature like Signals with effects & computed functions, that allows already migrate to it
thank you guys for some ideas and your time to support
Description
RxStat.connect() doesn't handle errors from Observable<>
Steps to Reproduce the Issue
ErrorHandler will not call in this case
RxState 2.0.0
The text was updated successfully, but these errors were encountered: