You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a generator component yields an initial element, and schedules a refresh that yields another component, the second component's view is never displayed.
This only reproduces if <Parent> is the directly rendered element. If it's wrapped in a native tag (e.g., <p>), the render happens fine.
The text was updated successfully, but these errors were encountered:
Reproduction
If a generator component yields an initial element, and schedules a refresh that yields another component, the second component's view is never displayed.
This only reproduces if
<Parent>
is the directly rendered element. If it's wrapped in a native tag (e.g.,<p>
), the render happens fine.The text was updated successfully, but these errors were encountered: