MCPcopy Create free account
hub / github.com/UI5/webcomponents / jsxDEV

Function jsxDEV

packages/base/src/jsx-dev-runtime.ts:47–53  ·  view source on GitHub ↗
(type: string | typeof UI5Element, props: Record<string, any>, key: string)

Source from the content-addressed store, hash-verified

45}
46
47export function jsxDEV(type: string | typeof UI5Element, props: Record<string, any>, key: string): VNode<any> {
48 const tag = preprocess(type, props, key);
49
50 checkAttributeUsage(type, props);
51
52 return _jsxDEV(tag, props, key) as VNode<any>;
53}

Callers

nothing calls this directly

Calls 2

preprocessFunction · 0.90
checkAttributeUsageFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…