-
Notifications
You must be signed in to change notification settings - Fork 724
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
Error banner no longer appearing #1094
Comments
I can concur with this we have the following code capturing business message error on deletion and after clicking the "confirm delete button" we do not have the message popping up anymore, even though the server is returning 400 with the expected payload
|
May be related to #1036 |
Fixed by #1197 |
@jpetitcolas The error banners are now showing up again, but I have not been paying close enough attention to tell if it was specifically #1197 that fixed it. |
Thanks for the feedback! |
It seems that the red banner that used to drop down from the top when the server returned an error (400, 404, 500, etc.) is no longer appearing. I believe this first started happening when I upgraded my build files from v0.2.15 to v0.2.18. I have pulled the most recent commit to master (4faeb7d at the time of writing) and have tried those build files, but the problem is still persisting.
The text was updated successfully, but these errors were encountered: