Skip to content

Commit

Permalink
Fix typo in children prop type (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardini authored Jul 16, 2018
1 parent 5e1b997 commit dfb692d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frint-react/src/components/Region.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import getMountableComponent from './getMountableComponent';

export default class Region extends React.Component {
static propTypes = {
children: PropTypes.function,
children: PropTypes.func,
className: PropTypes.string,
name: PropTypes.string.isRequired,
uniqueKey: PropTypes.string,
Expand Down

0 comments on commit dfb692d

Please sign in to comment.