-
Notifications
You must be signed in to change notification settings - Fork 76
Containers swallow application errors and return cryptic errors back #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
OK, I will investigate and get back to you |
I'm experiencing this as well |
This has gone away in 0.9.17, now I see proper errors :) |
I'm still having some trouble with this. If I introduce an error in the store or component I see the error, e.g.
But if I introduce the error in the Container:
I just see:
|
Correction, if I introduce the error in the component:
I get:
|
This is an odd one. I've seen this bug before myself but just tried to replicate it in a test and can't seem to. Will investigate further |
@jhollingworth I would like to help replicating the issue, by any chance do you have a fiddle or plunkr with a minimum Marty app using 0.9? |
In Marty 0.9
We have a container like:
And a component like:
Everything works well.
But if we introduce an error in the component:
Then we just see this in the browser:
Which is pretty useless.
This happens with anything in the Container chain i.e. if there is an error in emailsQueries or emailsProviders, emailsStore or the rendered component
The text was updated successfully, but these errors were encountered: