Skip to main content

Function: UnknownElement()

function UnknownElement(__namedParameters): Element;

Defined in: components/Fallbacks.tsx:59

An x: element type no build of this app knows about (docs/06 §5).

Never throws, never drops the value; a required unknown element still blocks finalize through the engine, which is the safe default when a form asks for something the app cannot collect.

Parameters

ParameterType
__namedParametersElementComponentProps

Returns

Element