Skip to content

Commit

Permalink
Merge pull request #126 from blueberryapps/fix-defaultProps-declaration
Browse files Browse the repository at this point in the history
Change instance declaration of defaultProps to static
  • Loading branch information
imtoo authored Oct 25, 2017
2 parents 76ce660 + 4e20154 commit fe9ac1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/atoms/Select.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class Select extends Component {
value: RPT.any
}

defaultProps = {
static defaultProps = {
options: []
}

Expand Down

0 comments on commit fe9ac1c

Please sign in to comment.