schema-components - v3.7.0
    Preparing search index...

    Function renderNever

    • 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.

      Parameters

      Returns VNode