Skip to content

Commit

Permalink
fix(tooltip): do not spread autoOrientation onto dom element (#10611)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Feb 2, 2022
1 parent 5bf32f9 commit 47683d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/Tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ class Tooltip extends Component {
innerRef: ref,
selectorPrimaryFocus, // eslint-disable-line
tooltipId, //eslint-disable-line
autoOrientation, //eslint-disable-line
...other
} = this.props;

Expand Down

0 comments on commit 47683d8

Please sign in to comment.