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
Copy file name to clipboardExpand all lines: src/Mvc/Mvc.ViewFeatures/src/RazorComponents/StaticComponentRenderer.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public async Task<IEnumerable<string>> PrerenderComponentAsync(
53
53
// all components have rendered.
54
54
thrownewInvalidOperationException("A navigation command was attempted during prerendering after the server already started sending the response. "+
55
55
"Navigation commands can not be issued during server-side prerendering after the response from the server has started. Applications must buffer the"+
56
-
"reponse and avoid using features like FlushAsync() before all components on the page have been rendered to prevent failed navigation commands.",navigationException);
56
+
"response and avoid using features like FlushAsync() before all components on the page have been rendered to prevent failed navigation commands.",navigationException);
0 commit comments