- Issue created by @larowlan
When rendering a render array, we recursively call doRender
on the renderer.
However there is only a single try/catch
at the root render call (in ::render
) so a child render element failure can cause the whole render array to output nothing.
Add support for #fallback or similar to render arrays
Wrap the recursive ::doRender
calls in the renderer in try catch and render the fallback in case of a failure.
Active
11.0 π₯
render system