Skip to content

Commit 57c82c0

Browse files
committed
Make PopoverContained example consistent with others
1 parent 23f3e0c commit 57c82c0

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)