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
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
Thanks for you work. I looked at the code and noticed that there is no proper error handling. Store methods are re-throwing in case of an error and nobody is handling that.
I don't see how this can be called a real-world example app without proper error handling, to be honest. MobX error handling patterns/practices is exactly what I'm looking for.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Thanks for you work. I looked at the code and noticed that there is no proper error handling. Store methods are re-throwing in case of an error and nobody is handling that.
Example https://github.com/gothinkster/react-mobx-realworld-example-app/blob/master/src/stores/authStore.js#L42
In this case any Unsuccessful HTTP will cause Uncaught promise error.
The text was updated successfully, but these errors were encountered: