Add propTypes validation for getConfig
This commit is contained in:
@@ -6,7 +6,8 @@ export default class Models extends Component {
|
|||||||
getComponent: PropTypes.func,
|
getComponent: PropTypes.func,
|
||||||
specSelectors: PropTypes.object,
|
specSelectors: PropTypes.object,
|
||||||
layoutSelectors: PropTypes.object,
|
layoutSelectors: PropTypes.object,
|
||||||
layoutActions: PropTypes.object
|
layoutActions: PropTypes.object,
|
||||||
|
getConfigs: PropTypes.func.isRequired
|
||||||
}
|
}
|
||||||
|
|
||||||
render(){
|
render(){
|
||||||
|
|||||||
Reference in New Issue
Block a user