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
Auto merge of #2402 - Turbo87:crate-error, r=locks
crate: Fix error handling in `model()` hook
If an error was thrown without an `errors` property the error handler would crash, and if the error had such a property but without the "Not Found" detail the error would still not be shown because it wasn't rethrown.
r? @locks
0 commit comments