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 79438a8 commit d623430Copy full SHA for d623430
components/vc-trigger/Trigger.jsx
@@ -628,7 +628,7 @@ export default {
628
};
629
}
630
631
- const trigger = cloneElement(child, newChildProps);
+ this.trigger = cloneElement(child, newChildProps);
632
633
return (
634
<ContainerRender
@@ -640,7 +640,7 @@ export default {
640
getContainer={this.getContainer}
641
children={({ renderComponent }) => {
642
this.renderComponent = renderComponent;
643
- return trigger;
+ return this.trigger;
644
}}
645
/>
646
);
0 commit comments