Skip to content

Commit a33e375

Browse files
committed
Added constructor method to the <ListWidget> class, to be used for initializing the widget state.
1 parent f25a9fb commit a33e375

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webpack_in/entry.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ class TextWidget extends React.Component {
7575
}
7676

7777
class ListWidget extends React.Component {
78+
constructor(props) {
79+
super(props);
80+
}
81+
7882
render() {
7983
return (
8084
<div style={ objStyleCommon }>

0 commit comments

Comments
 (0)