I would like to be able to intercept errors and render custom output.
If an error happens in a child component, the parent component should be able to intercept it to render a custom error for that component branch only. (Think about how this plays with SSR)
Is your feature request related to a problem?
I would like to be able to intercept errors and render custom output.
Describe the solution you'd like
Describe alternatives you've considered
Qwik does not currently provide anything like this.
Additional context
No response