Closed jonashendrickx closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 34.81%. Comparing base (
62926dc
) to head (d944e2a
). Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Ticket
Description
Blazor actually starts to render when DOMContentLoaded is fired. This doesn't mean the DOM is ready to execute our Javascript. We have disabled enhanced page loading, so that is not applicable to us. But it appears there is still a race condition that can be triggered.
https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/static-server-rendering?view=aspnetcore-8.0
Shape
Screenshots
Checklist
I did the following to ensure that my changes were tested thoroughly:
I did the following to ensure that my changes do not introduce security vulnerabilities: