Skip to content

Remove errors middleware

Alex Gleason requested to merge disable-errors-middleware into develop

It's become more and more frustrating seeing errors pop up just because the backend is being shit on certain profiles and stuff. Typically I think it's better for components to each have their own error state instead of pop up an error. eg if the timeline can't load, the timeline itself should have an error state. This will be easier to do with hooks (isLoading, hasError, etc). So I think it's time to delete this middleware.

Merge request reports

Loading