We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a586b7f commit 60995b7Copy full SHA for 60995b7
src/Components/Web.JS/src/Rendering/StreamingRendering.ts
@@ -47,10 +47,10 @@ class BlazorStreamingUpdate extends HTMLElement {
47
} else {
48
switch (node.getAttribute('type')) {
49
case 'redirection':
50
- redirect(node, false);
+ redirect(node, true);
51
break;
52
case 'not-found':
53
- redirect(node, true);
+ redirect(node, false);
54
55
case 'error':
56
// This is kind of brutal but matches what happens without progressive enhancement
0 commit comments