Skip to content

Commit 47683d8

Browse files
fix(tooltip): do not spread autoOrientation onto dom element (#10611)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 5bf32f9 commit 47683d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/src/components/Tooltip/Tooltip.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ class Tooltip extends Component {
611611
innerRef: ref,
612612
selectorPrimaryFocus, // eslint-disable-line
613613
tooltipId, //eslint-disable-line
614+
autoOrientation, //eslint-disable-line
614615
...other
615616
} = this.props;
616617

0 commit comments

Comments
 (0)