Skip to content

Commit

Permalink
fix: add displayName to Row (#4919)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokklan authored and jquense committed Jan 4, 2020
1 parent cd6fea3 commit a1e54a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Row.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const Row = React.forwardRef((props, ref) => {
);
});

Row.displayName = 'Row';
Row.propTypes = propTypes;
Row.defaultProps = defaultProps;

Expand Down

0 comments on commit a1e54a2

Please sign in to comment.