File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Components/Samples/BlazorServerApp/Pages Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 80
80
// (via the "cascading a custom ErrorBoundary-type component" technique), so are outside the scope of this work. We retain
81
81
// the option of making component initialization errors recoverable in the future, as I think it's fair to say that would
82
82
// not be a breaking change, as we'd be replacing a previously-fatal error with a nonfatal one.
83
+ // - Actually we don't need to handle it for these anyway, because in these cases the exception will just bubble
84
+ // up to the SetParametersAsync on the parent, and become a handleable error at that level.
83
85
84
86
// After a lot of consideration, I don't think we should allow exceptions during Dispose/DisposeAsync to be recoverable.
85
87
// We could do so, since components are only disposed once they are removed from their parents, so even if their disposal
You can’t perform that action at this time.
0 commit comments