Render a never field — z.never() or { not: {} } / false schema.
never indicates a position that cannot hold any value. We render a
visible placeholder rather than throwing because some valid schemas
intentionally contain never branches (e.g. exhaustive discriminated
unions), and a runtime crash on render would be worse than a visible
indicator.
Render a never field —
z.never()or{ not: {} }/falseschema.neverindicates a position that cannot hold any value. We render a visible placeholder rather than throwing because some valid schemas intentionally containneverbranches (e.g. exhaustive discriminated unions), and a runtime crash on render would be worse than a visible indicator.