SIGN IN SIGN UP

[fiber] bugfix - don't show <Offscreen> in error message. (#35763)

## Overview

While building the RSC sandboxes I notice error messages like:

>  An error occurred in the `<Offscreen>` component

This is an internal component so it should show either:

>  An error occurred in the `<Suspense>` component.

>  An error occurred in the `<Activity>` component.

It should only happen when there's a lazy in the direct child position
of a `<Suspense>` or `<Activity>` component.
R
Ricky committed
892c68605c46af0558cdd546782f23ad120ad0d4
Parent: cd515d7
Committed by GitHub <noreply@github.com> on 2/11/2026, 4:20:51 PM