Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/spec/src/ui/component.zod.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -134,7 +134,7 @@ import { FeedItemType, FeedFilterMode } from '../data/feed.zod';
// next divergence sweep: enumerate by the RENDERER'S read pattern, not by the
// key list a previous ruling happened to quote. Retiring the flat family
// wholesale in favour of `dataSource` is the standing alternative, deferred to
// v18 as #6590 — not rejected.
// v18 as #11509 — not rejected.
//
// ── #5068: THE GATE IS WIRED — read the flip precisely ─────────────────────
//
Expand DownExpand Up@@ -1916,7 +1916,7 @@ export const ElementFormPropsSchema = lazySchema(() => strictObject({
* shorthands are contract. Direction B — retiring the whole flat family and
* making `dataSource` the single data-binding door — was NOT dropped: it is a
* cross-element decision (`element:form` / `element:filter` carried the same
* flat `object` when it was recorded), tracked as #6590 for v18, and A does
* flat `object` when it was recorded), tracked as #11509 for v18, and A does
* not block it. Both of those elements have since retired WHOLE at element
* grain (#9220 / #9249, ADR-0049 — no renderer for either ever shipped), so
* this element is the flat family's last carrier; when B lands these two
Expand Down
Loading