Reference
jsxDEV
Creates a JSX element with development metadata arguments.
Signature
function jsxDEV<P>(type: ElementType<P>, props: P & { children?: ReactCompatNode; key?: unknown; ref?: unknown } | null, key: unknown, _isStaticChildren: boolean, _source: unknown, _self: unknown): ReactCompatElement<P>