We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f466ea commit 5d06a1dCopy full SHA for 5d06a1d
1 file changed
src/presets/context-menu/components/Item.tsx
@@ -55,6 +55,7 @@ export function ItemElement(props: Props) {
55
data={item}
56
delay={props.delay}
57
hide={props.hide}
58
+ components={props.components}
59
>{item.label}</ItemElement>
60
))}
61
</Subitems>
0 commit comments