Add the possibility to pass a custom Error Fallback component in the engine render method that receives the actual error, producerMeta information, and the viewId as params.
If no such fallback method is provided, when an error will occur and it can be caught by error boundaries, the default fallback component will be displayed instead of showing a blank page.
Add the possibility to pass a custom Error Fallback component in the engine render method that receives the actual error, producerMeta information, and the viewId as params.
If no such fallback method is provided, when an error will occur and it can be caught by error boundaries, the default fallback component will be displayed instead of showing a blank page.