Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
fix(entity-mapper): remove deprecated defaultProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Wensink committed Feb 9, 2018
1 parent 1845a4c commit b3aaeb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EntityMapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ EntityMapper.propTypes = {

EntityMapper.defaultProps = {
asyncMapper: false,
page: {},
page: undefined,
entityProps: {},
paragraphProps: {},
paragraphProps: undefined,
index: 0,
};

Expand Down

0 comments on commit b3aaeb3

Please sign in to comment.