Skip to content

Commit 952798b

Browse files
committed
Merge pull request react-bootstrap#1081 from AlexKVal/popover-ex
Make PopoverContained example consistent with others
2 parents d776ef9 + 57c82c0 commit 952798b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/PopoverContained.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Example extends React.Component {
2-
constructor(props, context){
3-
super(props, context);
2+
constructor(...args){
3+
super(...args);
44
this.state = { show: false };
55
}
66
render(){

0 commit comments

Comments
 (0)