Resolved shape of a combobox fetch action — the server-action result union. { ok: false } is surfaced as the query's error state (an inline retry), distinct from an empty page ({ ok: true, value: { items: [], ... } }).
{ ok: false }
{ ok: true, value: { items: [], ... } }
Resolved shape of a combobox fetch action — the server-action result union.
{ ok: false }is surfaced as the query's error state (an inline retry), distinct from an empty page ({ ok: true, value: { items: [], ... } }).