Skip to content

Commit

Permalink
let's merge
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 18, 2018
1 parent 9e3d7cf commit b8434ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/material-ui/src/Popover/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ class Popover extends React.Component {
'Material-UI: you can not change the default `anchorOrigin.vertical` value ',
'when also providing the `getContentAnchorEl` property to the popover component.',
'Only use one of the two properties.',
'Set `getContentAnchorEl` to null or leave `anchorOrigin.vertical` unchanged.',
'Set `getContentAnchorEl` to `null | undefined`' +
' or leave `anchorOrigin.vertical` unchanged.',
].join('\n'),
);
}
Expand Down

0 comments on commit b8434ca

Please sign in to comment.