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.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What consumes the reported layout information, or what visible effect it has, isn't stated.