[PP-1] Explore adding support for fallback rendering of slots to RenderSafeComponentContainer

Created on 13 May 2025, 21 days ago

Overview

RenderSafeComponentContainer will try to render a single component, which will traverse into its children.
If rendering of the children succeed but rendering of the component itself fails, we do not output the valid children, only an error message.
In theory in the catch block we should be able to attempt to render a generic fallback that still outputs slot children

Proposed resolution

Make RenderSafeComponentContainer borrow the logic from the fallback source component's renderComponent and setSlots methods to attempt to render the child components when rendering of the component itself fails

User interface changes

πŸ“Œ Task
Status

Postponed

Version

0.0

Component

Miscellaneous

Created by

πŸ‡¦πŸ‡ΊAustralia larowlan πŸ‡¦πŸ‡ΊπŸ.au GMT+10

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024