Skip to content

Commit a358e35

Browse files
authored
fix: don't pass in align as an option to tooltip div (#11940)
1 parent 6abdbf3 commit a358e35

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
@@ -610,6 +610,7 @@ class Tooltip extends Component {
610610
selectorPrimaryFocus, // eslint-disable-line
611611
tooltipId, //eslint-disable-line
612612
autoOrientation, //eslint-disable-line
613+
align, // eslint-disable-line
613614
...other
614615
} = this.props;
615616

0 commit comments

Comments
 (0)