Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(List): remove React16 warning (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthuret authored Oct 9, 2017
1 parent c629b97 commit 8d6cf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-instantsearch/src/components/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class List extends Component {
canRefine: PropTypes.bool,
};

defaultProps = {
static defaultProps = {
isFromSearch: false,
};

Expand Down

0 comments on commit 8d6cf18

Please sign in to comment.