• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

solidjs / solid / 35835729746
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: fix/maparray-index-optimistic-frame-f1
DEFAULT BRANCH: main
Ran 23 Sep 2026 08:16AM UTC
Jobs 1
Files 8
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Sep 2026 08:11AM UTC coverage: 73.766% (+0.06%) from 73.706%
35835729746

push

github

web-flow
fix(web): stop loading useHead stylesheets from halting hydration (#3600)

* fix(web): stop loading useHead stylesheets from halting hydration

The waitAsset gate memo is created without an owner, and the hydrating
createMemo peeked a hydration id from that null owner. The gate is now
transparent, and useHead skips it while hydrating, since that content is
already visible.

A streamed boundary whose swap the server holds on a stylesheet ($dfs)
settled its _fr record before the swap ran. Resuming on the settle
claimed against a document without the content and rendered a second
copy, so the resume now waits for the swap.

* chore(web,size): finish #3600 — useHead hydration carve-out in JSDoc, size caps re-measured over #3606

Rebased over #3605/#3606. `useHead`'s JSDoc names the documented-behavior
carve-out: stylesheet reveal gating is skipped while `sharedConfig.hydrating`
is true (hydration claims DOM the browser already painted; the server gated
that paint), no FOUC introduced.

Size caps re-measured on the rebased head (matches CI byte-for-byte):
hydrating (no stores) 20,919 B (+36 over `next`'s 20,883) -> 20.95 KB;
hydrating + stores 31,155 B (+10 over 31,145) -> 31.2 KB. `next` at
ed60f054a already exceeds two caps — #3606 landed over #3605 unmeasured —
so the observe tier (17,455 B, 0 B from this PR) is bumped to 17.5 KB with
a note attributing it to #3606. `+ createStore` unchanged at 16,949.

Co-authored-by: Claude via Cursor <noreply@cursor.com>

---------

Co-authored-by: Ryan Carniato <ryansolid@gmail.com>
Co-authored-by: Claude via Cursor <noreply@cursor.com>

592 of 865 branches covered (68.44%)

Branch coverage included in aggregate %.

11 of 16 new or added lines in 1 file covered. (68.75%)

873 of 1121 relevant lines covered (77.88%)

19.79 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
76.12
0.06% packages/solid/src/client/hydration.ts
Jobs
ID Job ID Ran Files Coverage
1 35835729746.1 23 Sep 2026 08:16AM UTC 8
73.77
GitHub Action Run
Source Files on build 35835729746
  • Tree
  • List 8
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35835729746
  • fd8b3df1 on github
  • Prev Build on next (#35831436745)
  • Next Build on next (#35838850243)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc