usspeedskating / tempus-public

This is the public issue-tracking repository for Tempus
0 stars 0 forks source link

Implement proper global error handler #94

Open RobertBouillon opened 3 years ago

RobertBouillon commented 3 years ago

Blazor doesn't support a true top-level error handler, so a JS one was hacked in.

When Blazor does support a proper error-handler, remove this hack.