Skip to content

Render empty string when encountering portals #650

Render empty string when encountering portals

Render empty string when encountering portals #650

Triggered via pull request February 10, 2026 07:34
Status Failure
Total duration 29s
Artifacts

ci.yml

on: pull_request
Build & Test
26s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Build & Test
Process completed with exit code 1.
test/compat/index.test.jsx > compat > createPortal > should render nested portals: test/compat/index.test.jsx#L34
AssertionError: expected '<div></div>' to equal '<div><div class="outer"><div class="i…' Expected: "<div><div class="outer"><div class="inner">nested</div></div></div>" Received: "<div></div>" ❯ test/compat/index.test.jsx:34:24
test/compat/index.test.jsx > compat > createPortal > should render portal children inline: test/compat/index.test.jsx#L16
AssertionError: expected '<div><span>before</span><span>after</…' to equal '<div><span>before</span><div class="p…' Expected: "<div><span>before</span><div class="portal-content"></div><span>after</span></div>" Received: "<div><span>before</span><span>after</span></div>" ❯ test/compat/index.test.jsx:16:24