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
We've had to put a try catch around the dispatch call in ActionCreators or Queries objects to get at the actual error. Otherwise, they get suppressed in Marty.
On a related note, is there a way to know the status of each fetch property in a Marty container? For instance, in my failed handler, I'd like to log out which fetches failed, but I don't see a bulletproof way to determine which fetches are in which state. Should I test if the fetch property value is an instance of Error? Is that the preferred/safe way?
In Marty 0.10.4
If I have an error in a query:
I see this in the console:
So from the stack trace there is no clue what the error is.
This is a query called by a Container -> Store -> Query
The text was updated successfully, but these errors were encountered: