Skip to content

Commit

Permalink
fix(Infos): Add display name to migration component (#1351)
Browse files Browse the repository at this point in the history
fix(Infos): Add display name to migration component
drazik authored Jan 14, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0690575 + 32ce3cf commit d87a2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/Infos/index.jsx
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ Infos.defaultProps = {
}

const logInfosDepecrated = createDepreciationLogger()
const InfosMigration = React.memo(props => {
const InfosMigration = React.memo(function InfosMigration(props) {
const isUsingDeprecatedProps =
props.actionButton ||
props.icon ||

0 comments on commit d87a2cf

Please sign in to comment.