Added innerRef prop to all Popovers from PopoverRoot
• Added: - innerRef prop to all Popovers from PopoverRoot
This commit is contained in:
@@ -148,7 +148,7 @@ class PopoverRoot extends React.PureComponent {
|
||||
renderDelay={150}
|
||||
>
|
||||
{
|
||||
(Component) => <Component isXS={isXS} {...props} />
|
||||
(Component) => <Component innerRef={this.setRef} isXS={isXS} {...props} />
|
||||
}
|
||||
</Bundle>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user