diff --git a/packages/fiori3/src/internal/withWebComponent.tsx b/packages/fiori3/src/internal/withWebComponent.tsx index d87d71cd72c..04df9387372 100644 --- a/packages/fiori3/src/internal/withWebComponent.tsx +++ b/packages/fiori3/src/internal/withWebComponent.tsx @@ -254,7 +254,7 @@ export function withWebComponent(WebComponent): FC { return Children.map(slotProps[slot], (item: ReactElement, index) => cloneElement(item, { key: `${slot}-${index}`, - 'data-ui5-slot': toKebabCase(slot) + 'data-ui5-slot': slot }) ); }