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
| Parameter | Type |
|---|---|
__namedParameters | ElementComponentProps |
Returns
Element