Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

Search-list virtualization gains an onLayout callback

Virtualized search list gains a layout-reporting callback

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaUI Componentswhat it touches
KindInternal Changesin v2.1.265,
Under the hood

Virtualized search list gains a layout-reporting callback

What

The hook that powers Claude Code's virtualized message list (a list that only renders the visible portion for performance, used for search results) now also returns and uses an onLayout callback. A new invisible element is rendered alongside the list specifically to report layout information through this callback.

Why

This gives the list rendering logic a way to react to layout changes, though the finding doesn't specify what it's used for beyond that.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhat consumes the reported layout information, or what visible effect it has, isn't stated.

See this entry in the whole of v2.1.265 →

Feedback