Skip to content

Commit

Permalink
- fixes chromakode#55
Browse files Browse the repository at this point in the history
  • Loading branch information
MelkorNemesis committed Apr 10, 2018
1 parent 42d6bd7 commit e605c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PropTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function configStyleValidator(config) {
}

export default {
style(props, propName, componentName, ...rest) {
style: function style(props, propName, componentName, ...rest) {
if (props[propName] == null) {
return undefined
}
Expand Down

0 comments on commit e605c05

Please sign in to comment.